Home
last modified time | relevance | path

Searched refs:VaListType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp461 mutable QualType VaListType; member in __anon299e83ef0211::StreamChecker
597 T.getCanonicalType() != VaListType) in lookupFn()
2128 VaListType = TU->getASTContext().getBuiltinVaListType().getCanonicalType(); in checkASTDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp16684 QualType VaListType = Context.getBuiltinVaListType(); in BuildVAArgExpr() local
16686 if (VaListType->isArrayType()) { in BuildVAArgExpr()
16690 VaListType = Context.getArrayDecayedType(VaListType); in BuildVAArgExpr()
16696 } else if (VaListType->isRecordType() && getLangOpts().CPlusPlus) { in BuildVAArgExpr()
16700 Context, Context.getLValueReferenceType(VaListType), false); in BuildVAArgExpr()
16715 !Context.hasSameType(VaListType, E->getType())) in BuildVAArgExpr()