Searched refs:PP (Results 176 - 196 of 196) sorted by relevance

12345678

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1624 TTI::PeelingPreferences &PP) {
1625 BaseT::getPeelingPreferences(L, SE, PP);
1623 getPeelingPreferences(Loop *L, ScalarEvolution &SE, TTI::PeelingPreferences &PP) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp160 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) override {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp625 std::tie(Ident, Loc) = PP.getPragmaARCCFCodeAuditedInfo();
H A DSemaLookup.cpp5260 static std::string getHeaderNameForHeader(Preprocessor &PP, const FileEntry *E,
5263 auto Path = PP.getHeaderSearchInfo().suggestPathToFileForDiagnostics(
5294 PP.getHeaderToIncludeForDiagnostics(UseLoc, DeclLoc)) {
5297 HeaderName = getHeaderNameForHeader(PP, Header, FE->tryGetRealPathName());
H A DSemaObjCProperty.cpp2306 Preprocessor &PP = getPreprocessor(); local
2309 PP.getIdentifierInfo("objc_method_family"), tok::l_paren,
2310 PP.getIdentifierInfo("none"), tok::r_paren,
2314 StringRef macroName = PP.getLastMacroWithSpelling(noteLoc, tokens);
H A DSemaStmtAsm.cpp929 LabelDecl* Label = LookupOrCreateLabel(PP.getIdentifierInfo(ExternalLabelName),
H A DSemaStmt.cpp2075 IdentifierInfo *II = &SemaRef.PP.getIdentifierTable().get(Name);
2200 &SemaRef.PP.getIdentifierTable().get("begin"), ColonLoc);
2201 DeclarationNameInfo EndNameInfo(&SemaRef.PP.getIdentifierTable().get("end"),
H A DSemaExpr.cpp459 if (calleeType == CT_Method && PP.isMacroDefined("nil"))
463 else if (PP.isMacroDefined("NULL"))
981 Name.setIdentifier(PP.getIdentifierInfo("__builtin_trap"),
1767 StringLiteralParser Literal(StringToks, PP);
3496 StringRef ThisTok = PP.getSpelling(Tok, CharBuffer, &Invalid);
3501 PP, Tok.getKind());
3620 const char Val = PP.getSpellingOfSingleCharacterNumericConstant(Tok);
3633 StringRef TokSpelling = PP.getSpelling(Tok, SpellingBuffer, &Invalid);
3638 PP.getSourceManager(), PP
[all...]
H A DSemaDecl.cpp2784 S.PP.getLastMacroWithSpelling(InsertLoc, {tok::kw_constinit}));
2786 SuitableSpelling = std::string(S.PP.getLastMacroWithSpelling(
2788 S.PP.getIdentifierInfo("clang"), tok::coloncolon,
2789 S.PP.getIdentifierInfo("require_constant_initialization"),
2792 SuitableSpelling = std::string(S.PP.getLastMacroWithSpelling(
2794 S.PP.getIdentifierInfo("require_constant_initialization"),
4254 auto &HSI = PP.getHeaderSearchInfo();
14457 !PP.isCodeCompletionEnabled())
H A DSemaDeclCXX.cpp993 LookupResult Result(S, &S.PP.getIdentifierTable().get(Trait),
1048 DeclarationName Value = S.PP.getIdentifierInfo("value");
1096 DeclarationName TypeDN = S.PP.getIdentifierInfo("type");
1146 DeclarationName GetDN = S.PP.getIdentifierInfo("get");
10980 LookupResult Result(*this, &PP.getIdentifierTable().get("experimental"),
11137 &PP.getIdentifierTable().get("std"),
11180 &PP.getIdentifierTable().get("initializer_list") ||
11212 LookupResult Result(S, &S.PP.getIdentifierTable().get("initializer_list"),
H A DSemaType.cpp3823 Ident__Nonnull = PP.getIdentifierInfo("_Nonnull");
3828 Ident__Nullable = PP.getIdentifierInfo("_Nullable");
3833 Ident__Null_unspecified = PP.getIdentifierInfo("_Null_unspecified");
3842 Ident_NSError = PP.getIdentifierInfo("NSError");
4385 SourceLocation assumeNonNullLoc = S.PP.getPragmaAssumeNonNullLoc();
H A DSemaExprCXX.cpp631 IdentifierInfo *TypeInfoII = &PP.getIdentifierTable().get("type_info");
2846 &PP.getIdentifierTable().get("bad_alloc"),
2855 &PP.getIdentifierTable().get("align_val_t"), nullptr, true, true, true);
H A DSemaTemplate.cpp3396 static Expr *lookThroughRangesV3Condition(Preprocessor &PP, Expr *Cond) { argument
3418 StringRef MacroName = PP.getImmediateMacroName(Loc);
3461 Cond = lookThroughRangesV3Condition(PP, Cond);
H A DSemaOpenMP.cpp1373 IdentifierInfo *II = &SemaRef.PP.getIdentifierTable().get(Name);
16170 IdentifierInfo *II = &S.PP.getIdentifierTable().get("omp_depend_t");
18199 IdentifierInfo *II = &S.PP.getIdentifierTable().get("omp_event_handle_t");
19011 IdentifierInfo &II = S.PP.getIdentifierTable().get("omp_alloctrait_t");
H A DSemaDeclAttr.cpp1730 Module = &S.PP.getIdentifierTable().get(ModuleName);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1548 /// \param PP The preprocessor object being used for the source; this is
1551 const Preprocessor *PP = nullptr) {}
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h663 const ProgramPoint *PP = nullptr);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h754 const Preprocessor *PP);
759 /// \param PP the Preprocessor used with this TU. Could be nullptr if
762 const Preprocessor *PP) const;
H A DType.h4788 TemplateTypeParmType(unsigned D, unsigned I, bool PP)
4791 (PP ? TypeDependence::UnexpandedPack : TypeDependence::None)) {
4794 CanTTPTInfo.ParameterPack = PP;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h398 Preprocessor &PP; member in class:clang::final
1436 Preprocessor &getPreprocessor() const { return PP; }
2669 return getPrintingPolicy(Context, PP);
2674 const Preprocessor &PP);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5702 PrintingPolicy PP(Helper.getLangOpts());
5703 CFGBlockTerminatorPrint TPrinter(OS, &Helper, PP);

Completed in 522 milliseconds

12345678