Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DStdLibraryFunctionsChecker.cpp942 const QualType ConstCharPtrTy = in initFunctionSummaries() local
944 const QualType ConstCharPtrRestrictTy = getRestrictTy(ConstCharPtrTy); in initFunctionSummaries()
1315 "a64l", Signature(ArgTypes{ConstCharPtrTy}, RetType{LongTy}), in initFunctionSummaries()
1332 "access", Signature(ArgTypes{ConstCharPtrTy, IntTy}, RetType{IntTy}), in initFunctionSummaries()
1340 Signature(ArgTypes{IntTy, ConstCharPtrTy, IntTy, IntTy}, in initFunctionSummaries()
1373 Signature(ArgTypes{ConstCharPtrTy, ConstCharPtrTy, IntTy}, in initFunctionSummaries()
1391 Signature(ArgTypes{ConstCharPtrTy, Off_tTy}, RetType{IntTy}), in initFunctionSummaries()
1399 Signature(ArgTypes{ConstCharPtrTy, ConstCharPtrTy}, RetType{IntTy}), in initFunctionSummaries()
1408 Signature(ArgTypes{ConstCharPtrTy, IntTy, ConstCharPtrTy}, in initFunctionSummaries()
1428 "creat", Signature(ArgTypes{ConstCharPtrTy, Mode_tTy}, RetType{IntTy}), in initFunctionSummaries()
[all …]
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp5863 const QualType &ConstCharPtrTy = in SemaBuiltinVAStartARMMicrosoft() local
5868 << Arg1->getType() << ConstCharPtrTy << 1 /* different class */ in SemaBuiltinVAStartARMMicrosoft()
5871 << 2 << Arg1->getType() << ConstCharPtrTy; in SemaBuiltinVAStartARMMicrosoft()