Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Function

147   // FIXME: This function should take an LValue as an argument.
407 // an existing object or function of an appropriate type nor a region of
489 /// Emit the hash_16_bytes function from include/llvm/ADT/Hashing.h.
582 // or call a non-static member function
1972 case PredefinedExpr::Function:
1983 case PredefinedExpr::Function:
2204 // function to save on code size.
2931 // The result shall only be used as the operand for the function call
3117 // Get the actual function type. The callee type will always be a pointer to
3118 // function type or a block pointer type.
3120 "Call must have function pointer type!");
3134 // If the expression that denotes the called function has a type
3138 // the function is defined with a type that includes a prototype,
3142 // function is defined with a type that does not include a
3147 // through an unprototyped function type works like a *non-variadic*