| /external/llvm/unittests/Option/ |
| D | OptionParsingTest.cpp | 70 InputArgList AL = T.ParseArgs(Args, MAI, MAC); in TEST() local 115 InputArgList AL = T.ParseArgs(Args, MAI, MAC, in TEST() local 143 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST() local 152 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST() local 163 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST() local 173 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST() local 183 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST() local 194 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST() local 210 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST() local 221 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST() local [all …]
|
| /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Option/ |
| D | OptionParsingTest.cpp | 71 InputArgList AL = T.ParseArgs(Args, MAI, MAC); in TEST() local 116 InputArgList AL = T.ParseArgs(Args, MAI, MAC, in TEST() local 144 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST() local 153 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST() local 164 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST() local 174 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST() local 184 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST() local 195 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST() local 211 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST() local 222 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST() local [all …]
|
| /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
| D | AttributesTest.cpp | 54 AttributeList AL; in TEST() local 93 AttributeList AL; in TEST() local 138 AttributeList AL; in TEST() local 158 AttributeList AL = AttributeList::get(C, EmptyLists); in TEST() local 166 AttributeList AL = AttributeList::get(C, Attrs); in TEST() local
|
| /external/libcxx/test/std/utilities/memory/default.allocator/ |
| D | allocator.ctor.pass.cpp | 33 typedef std::allocator<long> AL; in main() typedef 42 typedef std::allocator<const long> AL; in main() typedef
|
| /external/honggfuzz/examples/glibc/ |
| D | wrappers.c | 1 #define AL(x) __attribute__((weak, alias("alias_func"))) void x(void); macro
|
| /external/eigen/test/ |
| D | unalignedcount.cpp | 20 #define VERIFY_ALIGNED_UNALIGNED_COUNT(XPR,AL,UL,AS,US) {\ argument
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/MCTargetDesc/ |
| D | ARCInfo.h | 26 AL = 0x0, enumerator
|
| /external/syzkaller/vendor/golang.org/x/text/unicode/bidi/ |
| D | trieval.go | 22 AL // ArabicLetter const
|
| D | gen_trieval.go | 26 AL // ArabicLetter const
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
| D | TestClassOverride.java | 31 private static final int AL = TestData.AL; field in TestClassOverride
|
| D | TestData.java | 39 protected static final int AL = UCharacterDirection.RIGHT_TO_LEFT_ARABIC; field in TestData
|
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
| D | TestClassOverride.java | 28 private static final int AL = TestData.AL; field in TestClassOverride
|
| D | TestData.java | 36 protected static final int AL = UCharacterDirection.RIGHT_TO_LEFT_ARABIC; field in TestData
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
| D | AllocatorList.h | 60 AllocatorList &AL; member 68 AllocatorList &AL; member
|
| /external/icu/icu4c/source/test/cintltst/ |
| D | cbiditst.h | 47 #define AL U_RIGHT_TO_LEFT_ARABIC macro
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Utils/ |
| D | ARMBaseInfo.h | 46 AL // Always (unconditional) Always (unconditional) enumerator
|
| /external/clang/lib/CodeGen/ |
| D | CGDeclCXX.cpp | 531 auto AL = ApplyDebugLocation::CreateArtificial(*this); in GenerateCXXGlobalInitFunc() local 582 auto AL = ApplyDebugLocation::CreateArtificial(*this); in GenerateCXXGlobalDtorsFunc() local
|
| D | CGBlocks.cpp | 1361 auto AL = ApplyDebugLocation::CreateArtificial(*this); in GenerateCopyHelperFunction() local 1535 auto AL = ApplyDebugLocation::CreateArtificial(*this); in GenerateDestroyHelperFunction() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/Utils/ |
| D | AArch64BaseInfo.h | 208 AL = 0xe, // Always (unconditional) Always (unconditional) enumerator
|
| /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ |
| D | ARMBaseInfo.h | 44 AL // Always (unconditional) Always (unconditional) enumerator
|
| /external/llvm/lib/Target/AArch64/Utils/ |
| D | AArch64BaseInfo.h | 208 AL = 0xe, // Always (unconditional) Always (unconditional) enumerator
|
| /external/llvm/lib/Target/ARM/MCTargetDesc/ |
| D | ARMBaseInfo.h | 44 AL // Always (unconditional) Always (unconditional) enumerator
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
| D | Attributes.cpp | 1320 AttrBuilder::AttrBuilder(AttributeList AL, unsigned Index) { in AttrBuilder() 1535 bool AttrBuilder::hasAttributes(AttributeList AL, uint64_t Index) const { in hasAttributes()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
| D | MemorySSA.cpp | 1704 const AccessList *AL = getBlockAccesses(&B); in verifyOrdering() local 1837 const AccessList *AL = getBlockAccesses(B); in renumberBlock() local
|
| /external/clang/lib/Parse/ |
| D | ParseDecl.cpp | 1272 const AttributeList *AL = Attrs.getList(); in ParseLexedAttribute() local 1431 AttributeList *AL = PA.getList(); in handleDeclspecAlignBeforeClassKey() local
|