Searched refs:callType (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.h967 CallStatementASTNode(call_type_t callType=kCallType) argument
968 : StatementASTNode(), m_type(callType), m_target(), m_arg(), m_isHAB(false)
972 CallStatementASTNode(call_type_t callType, ASTNode * target, ASTNode * arg) argument
973 : StatementASTNode(), m_type(callType), m_target(target), m_arg(arg), m_isHAB(false)
985 inline void setCallType(call_type_t callType) { m_type = callType; } argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp7718 bool inFunctionCall, Sema::VariadicCallType callType,
7724 inFunctionCall(inFunctionCall), CallType(callType),
7713 CheckFormatHandler(Sema &s, const FormatStringLiteral *fexpr, const Expr *origFormatExpr, const Sema::FormatStringType type, unsigned firstDataArg, unsigned numDataArgs, const char *beg, bool hasVAListArg, ArrayRef<const Expr *> Args, unsigned formatIdx, bool inFunctionCall, Sema::VariadicCallType callType, llvm::SmallBitVector &CheckedVarArgs, UncoveredArgHandler &UncoveredArg) argument

Completed in 194 milliseconds