Searched defs:CallType (Results 1 – 7 of 7) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fDebugMarkerTests.cpp | 93 enum CallType enum
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 1373 VariadicCallType CallType) { in checkCall() 1426 VariadicCallType CallType = in CheckConstructorCall() local 1440 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, in CheckFunctionCall() local 1482 VariadicCallType CallType = in CheckObjCMethodCall() local 1506 VariadicCallType CallType; in CheckPointerCall() local 1526 VariadicCallType CallType = getVariadicCallType(/*FDecl=*/nullptr, Proto, in CheckOtherCall() local 3022 Sema::VariadicCallType CallType, bool InFunctionCall, in checkFormatStringExpr() 3218 VariadicCallType CallType, in CheckFormatArguments() 3232 VariadicCallType CallType, in CheckFormatArguments() 3305 Sema::VariadicCallType CallType; member in __anoncb51d7940411::CheckFormatHandler [all …]
|
D | SemaExprCXX.cpp | 1531 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction in BuildCXXNew() local
|
D | SemaExpr.cpp | 4540 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); in ConvertArgumentsForCall() local 4557 VariadicCallType CallType, bool AllowExplicit, in GatherArgumentsForCall()
|
D | SemaDeclCXX.cpp | 11458 VariadicCallType CallType = in CompleteConstructorCall() local
|
/external/v8/src/ast/ |
D | ast.h | 1947 enum CallType { enum
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 12170 X86ISD::NodeType CallType = LocalDynamic ? X86ISD::TLSBASEADDR in GetTLSADDR() local
|