Searched defs:PE (Results 1 - 25 of 30) sorted by relevance

12

/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DAutomaton.h102 auto PE = upper_bound(Pairs, NfaStatePair{Head->State, INT64_MAX}); local
/openbsd-current/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp122 FunctionType::param_iterator PE = F->getFunctionType()->param_end(); local
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DAttr.h96 void setPackExpansion(bool PE) { IsPackExpansion = PE; } argument
/openbsd-current/gnu/llvm/llvm/include/llvm/MC/
H A DMCCodeView.h90 void setPrologueEnd(bool PE) { PrologueEnd = PE; } argument
/openbsd-current/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessingRecord.h162 static bool classof(const PreprocessedEntity *PE) { argument
199 static bool classof(const PreprocessedEntity *PE) { argument
269 static bool classof(const PreprocessedEntity *PE) { argument
/openbsd-current/gnu/llvm/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp624 void VisitPseudoObjectExpr(PseudoObjectExpr *PE) { argument
H A DCFG.cpp1524 auto *PE = cast<ParenExpr>(Child); local
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DLint.cpp215 Function::arg_iterator PI = F->arg_begin(), PE = F->arg_end(); local
/openbsd-current/gnu/llvm/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp873 PI = Path.begin(), PE = Path.end(); local
/openbsd-current/libexec/getty/
H A Dgettytab.h140 #define PE gettyflags[10].value macro
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp346 const auto *PE = cast<PredefinedExpr>(E); local
H A DBugReporter.cpp1307 auto PE = std::make_shared<PathDiagnosticEventPiece>(L, str); local
H A DExprEngine.cpp2372 const auto *PE = cast<PseudoObjectExpr>(S); local
3385 const auto *PE = local
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp365 auto PE = MBB->pred_end(); local
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGExprComplex.cpp111 ComplexPairTy VisitParenExpr(ParenExpr *PE) { return Visit(PE->getSubExpr());} argument
117 VisitSubstNonTypeTemplateParmExpr(SubstNonTypeTemplateParmExpr *PE) { argument
H A DCGExprConstant.cpp1039 llvm::Constant *VisitParenExpr(ParenExpr *PE, QualType T) { argument
1044 VisitSubstNonTypeTemplateParmExpr(SubstNonTypeTemplateParmExpr *PE, argument
H A DCGExprAgg.cpp114 void VisitParenExpr(ParenExpr *PE) { Visit(PE->getSubExpr()); } argument
/openbsd-current/gnu/llvm/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp1702 BBState::edge_iterator PE = BBStates[PredStack.back().first].pred_end(); local
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp1614 pred_iterator PI = pred_begin(BB), PE = pred_end(BB); local
/openbsd-current/gnu/llvm/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1480 emitPredicates(const CodeGenSchedTransition &T, const CodeGenSchedClass &SC, PredicateExpander &PE, raw_ostream &OS) argument
[all...]
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DJSONNodeDumper.cpp1251 void JSONNodeDumper::VisitPredefinedExpr(const PredefinedExpr *PE) { argument
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp257 struct PE { struct in namespace:__anon2864
258 PE(const Simplifier::Context &c, Value *v = nullptr) : C(c), V(v) {} function in struct:__anon2864::PE
642 pred_iterator PI = pred_begin(BB), PE = pred_end(BB); local
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1519 pred_iterator PB = pred_begin(LoadBB), PE = pred_end(LoadBB); local
3014 auto PI = pred_begin(BB), PE = pred_end(BB); local
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DAsmWriter.cpp3960 const_pred_iterator PI = pred_begin(BB), PE = pred_end(BB); local
/openbsd-current/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2616 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(), cast); local
2962 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast); local
3786 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(), local
3857 ParenExpr *PE local
3876 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(), local
5833 ParenExpr *PE = new (Context) ParenExpr(OldRange.getBegin(), local
5874 ParenExpr *PE = new (Context) ParenExpr( local
[all...]

Completed in 444 milliseconds

12