Home
last modified time | relevance | path

Searched defs:callType (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.h972 CallStatementASTNode(call_type_t callType, ASTNode * target, ASTNode * arg) in CallStatementASTNode()
985 inline void setCallType(call_type_t callType) { m_type = callType; } in setCallType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp7718 bool inFunctionCall, Sema::VariadicCallType callType, in CheckFormatHandler()