Lines Matching refs:Functions
170 // FIXME: C++0x implicitly-deleted special member functions could be
2214 // And also for builtin functions.
2218 // But also builtin functions.
2264 // functions and function templates.
2443 // Functions are l-values in C++.
2459 // Functions are r-values in C.
3207 // type. Note that Functions are not objects, and that (in C99 parlance)
3485 // Assume that extern "C" functions with variadic arguments that
3791 // CUDA: Kernel calls must be to global functions
3801 // CUDA: Calls to global functions must be configured
3888 // Do special checking on direct calls to functions.
5677 // conversion of functions/arrays. If the conversion were done for all
5695 // so that we can use references in built-in functions even in C.
8117 UnresolvedSet<16> Functions;
8122 RHSExpr->getType(), Functions);
8126 return CreateOverloadedBinOp(OpLoc, Opc, Functions, LHSExpr, RHSExpr);
8284 UnresolvedSet<16> Functions;
8288 Functions);
8290 return CreateOverloadedUnaryOp(OpLoc, Opc, Functions, Input);
9339 // Recursive functions should be marked when used from another function.
9342 // Implicit instantiation of function templates and member functions of
9379 // Keep track of used but undefined functions.
10003 // - functions
10135 // Bound member functions.