Home
last modified time | relevance | path

Searched defs:PS (Results 1 – 25 of 38) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDUndefBranchChecker.cpp91 if (Optional<PostStmt> PS = P.getAs<PostStmt>()) in checkBranchCondition() local
HDEnumCastOutOfRangeChecker.cpp36 const ProgramStateRef PS; member in __anon554d02340111::ConstraintBasedEQEvaluator
HDInnerPointerChecker.cpp137 if (const PtrSet *PS = State->get<RawPtrMap>(MR)) { in markPtrSymbolsReleased() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
HDPDBContext.cpp114 if (auto *PS = dyn_cast_or_null<PDBSymbolPublicSymbol>(PublicSym.get())) { in getFunctionName() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDStackSafetyAnalysis.cpp386 ParamInfo &PS = Info.Params.back(); in run() local
487 for (auto &PS : FS.Params) in updateOneNode() local
513 for (auto &PS : FS.Params) in runDataFlow() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
HDInstrProfWriter.cpp271 ProfileSummary &PS) { in setSummary()
351 std::unique_ptr<ProfileSummary> PS = ISB.getSummary(); in writeImpl() local
/freebsd-11-stable/lib/libpmc/
HDpmclog.c100 #define PMCLOG_HEADER_FROM_SAVED_STATE(PS) \ argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDFlattenCFG.cpp208 BasicBlock *PS = (PS1 == BB) ? PS2 : PS1; in FlattenParallelAndOr() local
HDPredicateInfo.cpp479 PredicateSwitch *PS = new PredicateSwitch( in processSwitch() local
846 } else if (const auto *PS = dyn_cast<PredicateSwitch>(PI)) { in emitInstructionAnnot() local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
HDxray_segmented_array.h503 auto PS = F(OldSize); in trim() local
/freebsd-11-stable/contrib/gdb/gdb/
HDi386-stub.c124 PS /* also known as eflags */, enumerator
/freebsd-11-stable/usr.bin/sed/
HDprocess.c62 static SPACE HS, PS, SS, YS; variable
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
HDX86RecognizableInstr.h131 PD = 1, XS = 2, XD = 3, PS = 4 enumerator
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDDeclTemplate.cpp531 SmallVectorImpl<ClassTemplatePartialSpecializationDecl *> &PS) { in getPartialSpecializations()
914 const auto *PS = dyn_cast<ClassTemplatePartialSpecializationDecl>(this); in getNameForDiagnostic() local
1201 SmallVectorImpl<VarTemplatePartialSpecializationDecl *> &PS) { in getPartialSpecializations()
1261 const auto *PS = dyn_cast<VarTemplatePartialSpecializationDecl>(this); in getNameForDiagnostic() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
HDVerifyDiagnosticConsumer.cpp720 ParsedStatus PS = IsUnparsed; in HandleDiagnostic() local
1006 ParsedStatus PS) { in UpdateParsedFileStatus()
/freebsd-11-stable/sys/mips/include/
HDregnum.h98 #define PS SR /* alias for SR */ macro
/freebsd-11-stable/libexec/getty/
HDgettytab.h164 #define PS gettyflags[16].value macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDGSIStreamBuilder.cpp366 auto PS = WritableMappedBlockStream::createIndexedStream( in commit() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDBugReporterVisitors.cpp276 if (auto PS = N->getLocationAs<PostStmt>()) in wasRegionOfInterestModifiedAt() local
1400 Optional<PostStore> PS = Succ->getLocationAs<PostStore>(); in VisitNode() local
1467 if (Optional<PostStmt> PS = StoreSite->getLocationAs<PostStmt>()) { in VisitNode() local
2179 if (Optional<PostStmt> PS = ProgPoint.getAs<PostStmt>()) { in VisitNodeImpl() local
HDExprEngineCXX.cpp85 PostStmt PS(CallExpr, LCtx); in performTrivialCopy() local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDARMWinEHPrinter.cpp853 ListScope PS(SW, "Prologue"); in dumpXDataRecord() local
862 ListScope PS(SW, "Prologue"); in dumpXDataRecord() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIWholeQuadMode.cpp108 static raw_ostream &operator<<(raw_ostream &OS, const PrintState &PS) { in operator <<()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineLICM.cpp912 const int *PS = TRI->getRegClassPressureSets(RC); in calcRegisterCost() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86SpeculativeLoadHardening.cpp166 Optional<PredState> PS; member in __anon73626ecd0111::X86SpeculativeLoadHardeningPass
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
HDllvm-profdata.cpp953 std::unique_ptr<ProfileSummary> PS(Builder.getSummary()); in showInstrProfile() local

12