HomeSort by: relevance | last modified time | path
    Searched refs:ConstCharPtrTy (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
StdLibraryFunctionsChecker.cpp 1067 const QualType ConstCharPtrTy =
1069 const QualType ConstCharPtrRestrictTy = getRestrictTy(ConstCharPtrTy);
1440 "a64l", Signature(ArgTypes{ConstCharPtrTy}, RetType{LongTy}),
1457 "access", Signature(ArgTypes{ConstCharPtrTy, IntTy}, RetType{IntTy}),
1465 Signature(ArgTypes{IntTy, ConstCharPtrTy, IntTy, IntTy},
1498 Signature(ArgTypes{ConstCharPtrTy, ConstCharPtrTy, IntTy},
1516 Signature(ArgTypes{ConstCharPtrTy, Off_tTy}, RetType{IntTy}),
1524 Signature(ArgTypes{ConstCharPtrTy, ConstCharPtrTy}, RetType{IntTy})
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 6066 const QualType &ConstCharPtrTy =
6071 << Arg1->getType() << ConstCharPtrTy << 1 /* different class */
6074 << 2 << Arg1->getType() << ConstCharPtrTy;

Completed in 33 milliseconds