Home | History | Annotate | Download | only in Sema

Lines Matching defs:Functions

207   // wrappers for simple C library functions.
2318 // And also for builtin functions.
2322 // But also builtin functions.
2368 // functions and function templates.
2541 // Functions are l-values in C++.
2557 // Functions are r-values in C.
3515 // type. Note that Functions are not objects, and that (in C99 parlance)
3834 // Assume that extern "C" functions with variadic arguments that
4085 // builtin functions to function pointers in the callee of a call.
4147 // CUDA: Kernel calls must be to global functions
4157 // CUDA: Calls to global functions must be configured
4243 // Do special checking on direct calls to functions.
6084 // conversion of functions/arrays. If the conversion were done for all
6102 // so that we can use references in built-in functions even in C.
8749 UnresolvedSet<16> Functions;
8754 RHS->getType(), Functions);
8758 return S.CreateOverloadedBinOp(OpLoc, Opc, Functions, LHS, RHS);
9080 UnresolvedSet<16> Functions;
9084 Functions);
9086 return CreateOverloadedUnaryOp(OpLoc, Opc, Functions, Input);
10453 // set of overloaded functions [...].
10468 // FIXME: This instantiates constexpr functions too frequently. If this is
10538 // Recursive functions should be marked when used from another function.
10548 // Implicit instantiation of function templates and member functions of
10579 // Do not defer instantiations of constexpr functions, to avoid the
10599 // Keep track of used but undefined functions.
11273 // expression or a member of a set of candidate functions, if selected by
11289 /// marks the declaration referenced, and performs odr-use checking for functions
11949 // - functions
12108 // Bound member functions.