Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp1067 const QualType ConstCharPtrTy = in initFunctionSummaries() local
1465 Signature(ArgTypes{IntTy, ConstCharPtrTy, IntTy, IntTy}, in initFunctionSummaries()
1498 Signature(ArgTypes{ConstCharPtrTy, ConstCharPtrTy, IntTy}, in initFunctionSummaries()
1524 Signature(ArgTypes{ConstCharPtrTy, ConstCharPtrTy}, RetType{IntTy}), in initFunctionSummaries()
1533 Signature(ArgTypes{ConstCharPtrTy, IntTy, ConstCharPtrTy}, in initFunctionSummaries()
1671 Signature(ArgTypes{IntTy, ConstCharPtrTy, Mode_tTy, IntTy}, in initFunctionSummaries()
1741 Signature(ArgTypes{ConstCharPtrTy, ConstCharPtrTy}, RetType{IntTy}), in initFunctionSummaries()
1751 Signature(ArgTypes{IntTy, ConstCharPtrTy, IntTy, ConstCharPtrTy, IntTy}, in initFunctionSummaries()
1844 Signature(ArgTypes{ConstCharPtrTy, ConstCharPtrTy}, RetType{FilePtrTy}), in initFunctionSummaries()
1991 Signature(ArgTypes{IntTy, ConstCharPtrTy, IntTy, ConstCharPtrTy}, in initFunctionSummaries()
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp6066 const QualType &ConstCharPtrTy = in SemaBuiltinVAStartARMMicrosoft() local
6071 << Arg1->getType() << ConstCharPtrTy << 1 /* different class */ in SemaBuiltinVAStartARMMicrosoft()
6074 << 2 << Arg1->getType() << ConstCharPtrTy; in SemaBuiltinVAStartARMMicrosoft()