Home
last modified time | relevance | path

Searched refs:uncommon (Results 1 – 25 of 155) sorted by relevance

1234567

/aosp_15_r20/external/clang/lib/AST/
H A DTemplateName.cpp78 UncommonTemplateNameStorage *uncommon in getKind() local
80 if (uncommon->getAsOverloadedStorage()) in getKind()
82 if (uncommon->getAsSubstTemplateTemplateParm()) in getKind()
110 if (UncommonTemplateNameStorage *uncommon = in getAsSubstTemplateTemplateParm() local
112 return uncommon->getAsSubstTemplateTemplateParm(); in getAsSubstTemplateTemplateParm()
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/reflectlite/
Dtype.go67 uncommon() *uncommonType methodSpec
241 func (t rtype) uncommon() *uncommonType { func
256 ut := t.uncommon()
275 ut := t.uncommon()
Dexport_test.go103 ut := t.uncommon()
/aosp_15_r20/external/python/cpython2/Misc/NEWS.d/next/Core and Builtins/
D2018-07-10-11-24-16.bpo-34080.8t7PtO.rst1 Fixed a memory leak in the compiler when it raised some uncommon errors
/aosp_15_r20/external/javaparser/javaparser-core-testing/src/test/resources/com/github/javaparser/lexical_preservation_samples/
H A DASimpleClassWithMoreFormatting_step1.java.txt5 * A class with some uncommon formatting, to check the lexical preservation
H A DASimpleClassWithMoreFormatting.java.txt5 * A class with some uncommon formatting, to check the lexical preservation
H A DASimpleClassWithMoreFormatting_step2.java.txt5 * A class with some uncommon formatting, to check the lexical preservation
H A DASimpleClassWithMoreFormatting_step3.java.txt5 * A class with some uncommon formatting, to check the lexical preservation
H A DASimpleClassWithMoreFormatting_step4.java.txt5 * A class with some uncommon formatting, to check the lexical preservation
/aosp_15_r20/external/llvm/test/Transforms/InstCombine/
H A Dtype_pun.ll4 ; generates an extract instead of a shuffle with an uncommon vector size:
9 ; This cleans up behind SROA, which inserts the uncommon vector size when
/aosp_15_r20/art/test/518-null-array-get/
H A Dinfo.txt7 compiler crashes. As broken code appears very uncommon,
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Ducdtest.cpp1259 UnicodeSet uncommon(u"[:Identifier_Type=Uncommon_Use:]", errorCode); in TestIDType() local
1265 assertTrue("Uncommon_Use number of characters", uncommon.size() >= 398); in TestIDType()
1276 assertTrue("Uncommon_Use.contains(LATIN SMALL LETTER EZH)", uncommon.contains(0x0292)); in TestIDType()
1277 assertTrue("Uncommon_Use.contains(MUSICAL SYMBOL KIEVAN C CLEF)", uncommon.contains(0x1D1DE)); in TestIDType()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/tests/ui/
H A Dexpected_named.stderr8 help: consider using the `'static` lifetime, but this is uncommon unless you're returning a borrowe…
/aosp_15_r20/external/rust/cxx/tests/ui/
Dexpected_named.stderr8 help: consider using the `'static` lifetime, but this is uncommon unless you're returning a borrowe…
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dtype.go33 func (t rtype) uncommon() *uncommontype { func
61 if u := t.uncommon(); u != nil {
/aosp_15_r20/external/swiftshader/third_party/subzero/runtime/
H A Dszrt_ll.ll11 ;; too uncommon and complex for a particular target to bother implementing
/aosp_15_r20/external/ltp/doc/developers/
H A Dltp_library.rst21 Changes in the shell API should not introduce uncommon dependencies
/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/
Dtype.go251 uncommon() *uncommonType methodSpec
326 func (t *rtype) uncommon() *abi.UncommonType { func
387 func (t *interfaceType) uncommon() *abi.UncommonType { func
601 ut := t.uncommon()
655 ut := t.uncommon()
686 ut := t.uncommon()
Dexport_test.go120 ut := t.uncommon()
/aosp_15_r20/prebuilts/go/linux-x86/src/go/internal/gccgoimporter/testdata/
Dv1reflect.gox12 func (t <type 23 *<type 12>>) .reflect.uncommon () <type 23>;
21 … <type 36 *<type 22>>; .reflect.common () <type 37 *<type 4>>; .reflect.uncommon () <type 38 *<typ…
/aosp_15_r20/device/linaro/hikey/installer/hikey960/
DREADME47 you may need to do a board recovery. This is hopefully uncommon, but
/aosp_15_r20/external/eigen/cmake/
H A DFindStandardMathLibrary.cmake49 # This is a very uncommon case that so far we only saw on QNX. The next try is the
/aosp_15_r20/external/cronet/third_party/rust/
H A DREADME.md41 https://crates.io) are uncommon. But they may live under
/aosp_15_r20/external/coreboot/util/uio_usbdebug/
H A DREADME44 mapped into userspace. This is very uncommon, so you'll most probably
/aosp_15_r20/external/bazelbuild-rules_testing/docs/source/
H A Dtest_suite.md41 so is preferred because it's uncommon for BUILD files to pass around function

1234567