Home | History | Annotate | Download | only in Sema

Lines Matching refs:Functions

230   // wrappers for simple C library functions.
2480 // And also for builtin functions.
2484 // But also builtin functions.
2530 // functions and function templates.
2704 // Functions are l-values in C++.
2720 // Functions are r-values in C.
3744 // type. Note that Functions are not objects, and that (in C99 parlance)
4168 // Assume that extern "C" functions with variadic arguments that
4483 // builtin functions to function pointers in the callee of a call.
4540 // CUDA: Kernel calls must be to global functions
4550 // CUDA: Calls to global functions must be configured
4636 // Do special checking on direct calls to functions.
6487 // conversion of functions/arrays. If the conversion were done for all
6505 // so that we can use references in built-in functions even in C.
9275 UnresolvedSet<16> Functions;
9280 RHS->getType(), Functions);
9284 return S.CreateOverloadedBinOp(OpLoc, Opc, Functions, LHS, RHS);
9606 UnresolvedSet<16> Functions;
9610 Functions);
9612 return CreateOverloadedUnaryOp(OpLoc, Opc, Functions, Input);
10679 llvm_unreachable("conversion functions are permitted");
10937 // set of overloaded functions [...].
10952 // FIXME: This instantiates constexpr functions too frequently. If this is
11022 // Recursive functions should be marked when used from another function.
11032 // Implicit instantiation of function templates and member functions of
11064 // Do not defer instantiations of constexpr functions, to avoid the
11084 // Keep track of used but undefined functions.
11848 // expression or a member of a set of candidate functions, if selected by
11864 /// marks the declaration referenced, and performs odr-use checking for functions
12559 // - functions
12720 // Bound member functions.