Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp1677 const QualType ConstCharPtrTy = in initFunctionSummaries() local
1679 const QualType ConstCharPtrRestrictTy = getRestrictTy(ConstCharPtrTy); in initFunctionSummaries()
2131 "getenv", Signature(ArgTypes{ConstCharPtrTy}, RetType{CharPtrTy}), in initFunctionSummaries()
2182 Signature(ArgTypes{IntTy, ConstCharPtrTy}, RetType{FilePtrTy}), in initFunctionSummaries()
2213 Signature(ArgTypes{ConstCharPtrTy, ConstCharPtrTy}, RetType{FilePtrTy}), in initFunctionSummaries()
2427 "a64l", Signature(ArgTypes{ConstCharPtrTy}, RetType{LongTy}), in initFunctionSummaries()
2439 "open", Signature(ArgTypes{ConstCharPtrTy, IntTy}, RetType{IntTy}), in initFunctionSummaries()
2449 Signature(ArgTypes{IntTy, ConstCharPtrTy, IntTy}, RetType{IntTy}), in initFunctionSummaries()
2459 "access", Signature(ArgTypes{ConstCharPtrTy, IntTy}, RetType{IntTy}), in initFunctionSummaries()
2468 Signature(ArgTypes{IntTy, ConstCharPtrTy, IntTy, IntTy}, in initFunctionSummaries()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp4778 const QualType &ConstCharPtrTy = in BuiltinVAStartARMMicrosoft() local
4782 << Arg1->getType() << ConstCharPtrTy << 1 /* different class */ in BuiltinVAStartARMMicrosoft()
4785 << 2 << Arg1->getType() << ConstCharPtrTy; in BuiltinVAStartARMMicrosoft()