/external/clang/test/SemaTemplate/ |
D | template-id-printing.cpp | 56 namespace ULE { namespace 64 ULE::foo<T>; in test() 66 ULE::template foo<T>; in test()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/MemCpyOpt/ |
D | memset-memcpy-redundant-memset.ll | 6 ; CHECK: [[ULE:%[0-9]+]] = icmp ule i64 %dst_size, %src_size 8 ; CHECK: [[SIZE:%[0-9]+]] = select i1 [[ULE]], i64 0, i64 [[SIZEDIFF]] 21 ; CHECK: [[ULE:%[0-9]+]] = icmp ule i64 [[DSTSIZE]], %src_size 23 ; CHECK: [[SIZE:%[0-9]+]] = select i1 [[ULE]], i64 0, i64 [[SIZEDIFF]] 36 ; CHECK: [[ULE:%[0-9]+]] = icmp ule i128 %dst_size, [[SRCSIZE]] 38 ; CHECK: [[SIZE:%[0-9]+]] = select i1 [[ULE]], i128 0, i128 [[SIZEDIFF]] 51 ; CHECK: [[ULE:%[0-9]+]] = icmp ule i128 [[DSTSIZE]], %src_size 53 ; CHECK: [[SIZE:%[0-9]+]] = select i1 [[ULE]], i128 0, i128 [[SIZEDIFF]] 66 ; CHECK: [[ULE:%[0-9]+]] = icmp ule i64 %dst_size, [[SRCSIZE]] 68 ; CHECK: [[SIZE:%[0-9]+]] = select i1 [[ULE]], i64 0, i64 [[SIZEDIFF]] [all …]
|
/external/llvm/test/Transforms/MemCpyOpt/ |
D | memset-memcpy-redundant-memset.ll | 7 ; CHECK-DAG: [[ULE:%[0-9]+]] = icmp ule i64 %dst_size, %src_size 9 ; CHECK-DAG: [[SIZE:%[0-9]+]] = select i1 [[ULE]], i64 0, i64 [[SIZEDIFF]] 22 ; CHECK-DAG: [[ULE:%[0-9]+]] = icmp ule i64 [[DSTSIZE]], %src_size 24 ; CHECK-DAG: [[SIZE:%[0-9]+]] = select i1 [[ULE]], i64 0, i64 [[SIZEDIFF]] 37 ; CHECK-DAG: [[ULE:%[0-9]+]] = icmp ule i128 %dst_size, [[SRCSIZE]] 39 ; CHECK-DAG: [[SIZE:%[0-9]+]] = select i1 [[ULE]], i128 0, i128 [[SIZEDIFF]] 52 ; CHECK-DAG: [[ULE:%[0-9]+]] = icmp ule i128 [[DSTSIZE]], %src_size 54 ; CHECK-DAG: [[SIZE:%[0-9]+]] = select i1 [[ULE]], i128 0, i128 [[SIZEDIFF]] 67 ; CHECK-DAG: [[ULE:%[0-9]+]] = icmp ule i64 %dst_size, [[SRCSIZE]] 69 ; CHECK-DAG: [[SIZE:%[0-9]+]] = select i1 [[ULE]], i64 0, i64 [[SIZEDIFF]] [all …]
|
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 10993 void Sema::AddOverloadedCallCandidates(UnresolvedLookupExpr *ULE, in AddOverloadedCallCandidates() argument 11016 if (ULE->requiresADL()) { in AddOverloadedCallCandidates() 11017 for (UnresolvedLookupExpr::decls_iterator I = ULE->decls_begin(), in AddOverloadedCallCandidates() 11018 E = ULE->decls_end(); I != E; ++I) { in AddOverloadedCallCandidates() 11030 if (ULE->hasExplicitTemplateArgs()) { in AddOverloadedCallCandidates() 11031 ULE->copyTemplateArgumentsInto(TABuffer); in AddOverloadedCallCandidates() 11035 for (UnresolvedLookupExpr::decls_iterator I = ULE->decls_begin(), in AddOverloadedCallCandidates() 11036 E = ULE->decls_end(); I != E; ++I) in AddOverloadedCallCandidates() 11041 if (ULE->requiresADL()) in AddOverloadedCallCandidates() 11042 AddArgumentDependentLookupCandidates(ULE->getName(), ULE->getExprLoc(), in AddOverloadedCallCandidates() [all …]
|
D | SemaDeclAttr.cpp | 2711 } else if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in handleCleanupAttr() local 2712 if (ULE->hasExplicitTemplateArgs()) in handleCleanupAttr() 2714 FD = S.ResolveSingleFunctionTemplateSpecialization(ULE, true); in handleCleanupAttr() 2715 NI = ULE->getNameInfo(); in handleCleanupAttr() 2719 if (ULE->getType() == S.Context.OverloadTy) in handleCleanupAttr() 2720 S.NoteAllOverloadCandidates(ULE); in handleCleanupAttr()
|
D | SemaLookup.cpp | 2764 UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(Arg); in FindAssociatedClassesAndNamespaces() local 2765 if (!ULE) continue; in FindAssociatedClassesAndNamespaces() 2767 for (const auto *D : ULE->decls()) { in FindAssociatedClassesAndNamespaces()
|
D | TreeTransform.h | 7893 auto *ULE = cast<UnresolvedLookupExpr>(E); in TransformOMPReductionClause() local 7895 for (auto *D : ULE->decls()) { in TransformOMPReductionClause() 7904 NameInfo, /*ADL=*/true, ULE->isOverloaded(), in TransformOMPReductionClause() 11807 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(Callee)) { in RebuildCXXOperatorCallExpr() local 11808 assert(ULE->requiresADL()); in RebuildCXXOperatorCallExpr() 11809 Functions.append(ULE->decls_begin(), ULE->decls_end()); in RebuildCXXOperatorCallExpr()
|
D | SemaExpr.cpp | 2822 UnresolvedLookupExpr *ULE in BuildDeclarationNameExpr() local 2829 return ULE; in BuildDeclarationNameExpr() 5188 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(ovl)) in ActOnCallExpr() local 5189 return BuildOverloadedCallExpr(S, Fn, ULE, LParenLoc, ArgExprs, in ActOnCallExpr() 11504 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in isQualifiedMemberAccess() local 11505 if (!ULE->getQualifier()) in isQualifiedMemberAccess() 11508 for (NamedDecl *D : ULE->decls()) { in isQualifiedMemberAccess()
|
D | SemaTemplate.cpp | 2965 UnresolvedLookupExpr *ULE in BuildTemplateIdExpr() local 2973 return ULE; in BuildTemplateIdExpr()
|
D | SemaCodeComplete.cpp | 4039 if (auto ULE = dyn_cast<UnresolvedLookupExpr>(NakedFn)) in CodeCompleteCall() local 4040 AddOverloadedCallCandidates(ULE, Args, CandidateSet, in CodeCompleteCall()
|
D | SemaOpenMP.cpp | 8920 } else if (auto *ULE = in buildDeclareReductionRef() local 8924 for(auto *D : ULE->decls()) { in buildDeclareReductionRef()
|
/external/llvm/test/CodeGen/AArch64/ |
D | neon-compare-instructions.ll | 1658 ; UGE = ULE with swapped operands, ULE implemented as !OGT. 1669 ; UGE = ULE with swapped operands, ULE implemented as !OGT. 1680 ; UGE = ULE with swapped operands, ULE implemented as !OGT. 1721 ; ULE implemented as !OGT. 1732 ; ULE implemented as !OGT. 1742 ; ULE implemented as !OGT. 2121 ; ULE with zero = !OGT 2131 ; ULE with zero = !OGT 2141 ; ULE with zero = !OGT
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | neon-compare-instructions.ll | 1661 ; UGE = ULE with swapped operands, ULE implemented as !OGT. 1672 ; UGE = ULE with swapped operands, ULE implemented as !OGT. 1683 ; UGE = ULE with swapped operands, ULE implemented as !OGT. 1724 ; ULE implemented as !OGT. 1735 ; ULE implemented as !OGT. 1745 ; ULE implemented as !OGT. 2124 ; ULE with zero = !OGT 2134 ; ULE with zero = !OGT 2144 ; ULE with zero = !OGT
|
/external/clang/lib/AST/ |
D | ItaniumMangle.cpp | 3447 const UnresolvedLookupExpr *ULE = cast<UnresolvedLookupExpr>(E); in mangleExpression() local 3448 mangleUnresolvedName(ULE->getQualifier(), ULE->getName(), Arity); in mangleExpression() 3453 if (ULE->hasExplicitTemplateArgs()) in mangleExpression() 3454 mangleTemplateArgs(ULE->getTemplateArgs(), ULE->getNumTemplateArgs()); in mangleExpression()
|
/external/ImageMagick/Magick++/demo/ |
D | model.miff | 81 …��������������������������������������������""+BMMNN\\\SSXSS\^~��]\^^\R]ULE-DHHHHHHHPPHHHFPRUUM…
|
/external/v8/src/mips/ |
D | constants-mips.h | 1137 ULE = 0x07, // Unordered or Less Than or Equal. enumerator
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 1171 ULE = 0x07, // Unordered or Less Than or Equal. enumerator
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | minmax_reduction.ll | 331 ; ULE -> UGT
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/ |
D | minmax_reduction.ll | 331 ; ULE -> UGT
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2597 void AddOverloadedCallCandidates(UnresolvedLookupExpr *ULE, 2618 UnresolvedLookupExpr *ULE, 2626 bool buildOverloadedCallSet(Scope *S, Expr *Fn, UnresolvedLookupExpr *ULE,
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 2964 // ULE is:
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 3248 // ULE is:
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart2.csv | 15596 ,"IT","ULE","Zaule","Zaule","TS","1-------","RL","1201",,"4506N 01308E", 23052 ,"NO","ULE","Ulstein","Ulstein","15","1-------","RQ","1007",,"6222N 00549E",
|
D | 2013-1_UNLOCODE_CodeListPart3.csv | 721 ,"PG","ULE","Sule","Sule",,"---4----","AI","0001",,, 18136 ,"US","ULE","Lake George","Lake George","CO","--3-----","RL","0701",,"3858N 10521W",
|
D | 2013-1_UNLOCODE_CodeListPart1.csv | 24418 ,"DE","ULE","Unsleben","Unsleben","BY","-----6--","RQ","1007",,"5023N 01016E", 27361 "X","EE","ULE","Ulle","Ulle",,"1-------","XX","1301",,"5827N 02314E","" 33668 ,"FR","ULE","Breuillet","Breuillet","91","--3-----","RL","0701",,"4833N 00210E",
|