Searched refs:ULE (Results 1 - 16 of 16) sorted by relevance

/external/clang/test/SemaTemplate/
H A Dtemplate-id-printing.cpp56 namespace ULE { namespace
63 // CHECK: ULE::foo<T>;
64 ULE::foo<T>;
65 // CHECK: ULE::template foo<T>;
66 ULE::template foo<T>;
69 } // namespace ULE
/external/clang/lib/Sema/
H A DSemaOverload.cpp10223 void Sema::AddOverloadedCallCandidates(UnresolvedLookupExpr *ULE, argument
10246 if (ULE->requiresADL()) {
10247 for (UnresolvedLookupExpr::decls_iterator I = ULE->decls_begin(),
10248 E = ULE->decls_end(); I != E; ++I) {
10260 if (ULE->hasExplicitTemplateArgs()) {
10261 ULE->copyTemplateArgumentsInto(TABuffer);
10265 for (UnresolvedLookupExpr::decls_iterator I = ULE->decls_begin(),
10266 E = ULE->decls_end(); I != E; ++I)
10271 if (ULE->requiresADL())
10272 AddArgumentDependentLookupCandidates(ULE
10429 BuildRecoveryCallExpr(Sema &SemaRef, Scope *S, Expr *Fn, UnresolvedLookupExpr *ULE, SourceLocation LParenLoc, MutableArrayRef<Expr *> Args, SourceLocation RParenLoc, bool EmptyLookup, bool AllowTypoCorrection) argument
10501 buildOverloadedCallSet(Scope *S, Expr *Fn, UnresolvedLookupExpr *ULE, MultiExprArg Args, SourceLocation RParenLoc, OverloadCandidateSet *CandidateSet, ExprResult *Result) argument
10562 FinishOverloadedCallExpr(Sema &SemaRef, Scope *S, Expr *Fn, UnresolvedLookupExpr *ULE, SourceLocation LParenLoc, MultiExprArg Args, SourceLocation RParenLoc, Expr *ExecConfig, OverloadCandidateSet *CandidateSet, OverloadCandidateSet::iterator *Best, OverloadingResult OverloadResult, bool AllowTypoCorrection) argument
10638 BuildOverloadedCallExpr(Scope *S, Expr *Fn, UnresolvedLookupExpr *ULE, SourceLocation LParenLoc, MultiExprArg Args, SourceLocation RParenLoc, Expr *ExecConfig, bool AllowTypoCorrection) argument
[all...]
H A DSemaDeclAttr.cpp2307 } else if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(E)) {
2308 if (ULE->hasExplicitTemplateArgs())
2310 FD = S.ResolveSingleFunctionTemplateSpecialization(ULE, true);
2311 NI = ULE->getNameInfo();
2315 if (ULE->getType() == S.Context.OverloadTy)
2316 S.NoteAllOverloadCandidates(ULE);
H A DSemaLookup.cpp2300 UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(Arg); local
2301 if (!ULE) continue;
2303 for (UnresolvedSetIterator I = ULE->decls_begin(), E = ULE->decls_end();
H A DSemaExpr.cpp1774 UnresolvedLookupExpr *ULE = cast<UnresolvedLookupExpr>( local
1794 if (ULE->hasExplicitTemplateArgs())
1795 ULE->copyTemplateArgumentsInto(TList);
1798 SS.Adopt(ULE->getQualifierLoc());
1803 ULE->getTemplateKeywordLoc(), nullptr,
1805 ULE->hasExplicitTemplateArgs() ? &TList : nullptr);
2685 UnresolvedLookupExpr *ULE local
2692 return ULE;
4542 UnresolvedLookupExpr *ULE = cast<UnresolvedLookupExpr>(ovl); local
4543 return BuildOverloadedCallExpr(S, Fn, ULE, LParenLo
[all...]
H A DTreeTransform.h10101 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(Callee)) {
10102 assert(ULE->requiresADL());
10103 Functions.append(ULE->decls_begin(), ULE->decls_end());
H A DSemaCodeComplete.cpp3848 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(NakedFn))
3849 AddOverloadedCallCandidates(ULE, Args, CandidateSet,
H A DSemaTemplate.cpp2855 UnresolvedLookupExpr *ULE local
2863 return ULE;
/external/chromium_org/v8/src/mips/
H A Dconstants-mips.h658 ULE = 7 // Unordered or Less Than or Equal.
H A Dmacro-assembler-mips.cc1378 c(ULE, D, cmp1, cmp2);
1423 cmp(ULE, L, kDoubleCompareReg, cmp1, cmp2);
/external/chromium_org/v8/src/mips64/
H A Dconstants-mips64.h672 ULE = 7 // Unordered or Less Than or Equal.
H A Dmacro-assembler-mips64.cc1487 c(ULE, D, cmp1, cmp2);
1531 cmp(ULE, L, f31, cmp1, cmp2);
/external/clang/lib/AST/
H A DItaniumMangle.cpp2798 const UnresolvedLookupExpr *ULE = cast<UnresolvedLookupExpr>(E); local
2799 mangleUnresolvedName(ULE->getQualifier(), nullptr, ULE->getName(), Arity);
2804 if (ULE->hasExplicitTemplateArgs())
2805 mangleTemplateArgs(ULE->getExplicitTemplateArgs());
/external/clang/include/clang/Sema/
H A DSema.h2365 void AddOverloadedCallCandidates(UnresolvedLookupExpr *ULE,
2395 UnresolvedLookupExpr *ULE,
2402 bool buildOverloadedCallSet(Scope *S, Expr *Fn, UnresolvedLookupExpr *ULE,
/external/valgrind/main/none/tests/mips32/
H A Dfpu_branches.stdout.exp540 --- C.ULE.S/D --- if (unordered(fs, ft) or (fs <= ft)) then out = fs + ft else out = fs
/external/valgrind/main/none/tests/mips64/
H A Dfpu_branches.stdout.exp540 --- C.ULE.S/D --- if (unordered(fs, ft) or (fs <= ft)) then out = fs + ft else out = fs

Completed in 314 milliseconds