Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
DStdLibraryFunctionsChecker.cpp1279 const QualType ConstCharPtrTy = in initFunctionSummaries() local
1281 const QualType ConstCharPtrRestrictTy = getRestrictTy(ConstCharPtrTy); in initFunctionSummaries()
1733 "getenv", Signature(ArgTypes{ConstCharPtrTy}, RetType{CharPtrTy}), in initFunctionSummaries()
1877 "a64l", Signature(ArgTypes{ConstCharPtrTy}, RetType{LongTy}), in initFunctionSummaries()
1889 "access", Signature(ArgTypes{ConstCharPtrTy, IntTy}, RetType{IntTy}), in initFunctionSummaries()
1898 Signature(ArgTypes{IntTy, ConstCharPtrTy, IntTy, IntTy}, in initFunctionSummaries()
1936 Signature(ArgTypes{ConstCharPtrTy, ConstCharPtrTy, IntTy}, in initFunctionSummaries()
1955 Signature(ArgTypes{ConstCharPtrTy, Off_tTy}, RetType{IntTy}), in initFunctionSummaries()
1964 Signature(ArgTypes{ConstCharPtrTy, ConstCharPtrTy}, RetType{IntTy}), in initFunctionSummaries()
1974 Signature(ArgTypes{ConstCharPtrTy, IntTy, ConstCharPtrTy}, in initFunctionSummaries()
[all …]
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaChecking.cpp7432 const QualType &ConstCharPtrTy = in SemaBuiltinVAStartARMMicrosoft() local
7436 << Arg1->getType() << ConstCharPtrTy << 1 /* different class */ in SemaBuiltinVAStartARMMicrosoft()
7439 << 2 << Arg1->getType() << ConstCharPtrTy; in SemaBuiltinVAStartARMMicrosoft()