Home
last modified time | relevance | path

Searched defs:Apply (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h836 Apply(SExpr *F, SExpr *A) : SExpr(COP_Apply), Fun(F), Arg(A) {} in Apply() function
837 Apply(const Apply &A, SExpr *F, SExpr *Ar) // rewrite constructor in Apply() function
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3949 QualType Apply(TypeLoc TL) { in Apply() function in __anonb9ab2ea30111::SubstituteAutoTransform
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp252 constexpr int Apply(int (*F)(int), int n) { return F(n); } // expected-note {{subexpression}} in Apply() function