/freebsd/contrib/llvm-project/llvm/lib/LineEditor/ |
H A D | LineEditor.cpp | 100 EditLine *EL; member 110 const char *ElGetPromptFn(EditLine *EL) { in ElGetPromptFn() argument 121 unsigned char ElCompletionFn(EditLine *EL, int ch) { in ElCompletionFn() argument [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | DirectedGraph.h | 117 bool findEdgesTo(const NodeType &N, SmallVectorImpl<EdgeType *> &EL) const { in findEdgesTo() 226 bool findIncomingEdgesToNode(const NodeType &N, SmallVectorImpl<EdgeType*> &EL) const { in findIncomingEdgesToNode() 248 EdgeListTy EL; in removeNode() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-graph-diff.cpp | 301 GraphDiffRenderer::StatType EL) { in getLabel() 341 GraphDiffRenderer::StatType EL) { in getLineWidth()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DependenceGraphBuilder.cpp | 191 SmallVector<EdgeType *, 10> EL; in createPiBlocks() local
|
H A D | ScalarEvolution.cpp | 8760 const ExitLimit &EL = EEI.second; in BackedgeTakenInfo() local 8801 ExitLimit EL = computeExitLimit(L, ExitBB, IsOnlyExit, AllowPredicates); in computeBackedgeTakenCount() local 8942 const ExitLimit &EL) { in insert() 8961 ExitLimit EL = computeExitLimitFromCondImpl( in computeExitLimitFromCondCached() local 8978 ExitLimit EL = in computeExitLimitFromCondImpl() local 9019 auto EL = computeExitLimitFromICmp(L, Pred, LHS, getConstant(NewRHSC), in computeExitLimitFromCondImpl() local 9124 ExitLimit EL = computeExitLimitFromICmp(L, Pred, LHS, RHS, ControlsOnlyExit, in computeExitLimitFromICmp() local 9209 ExitLimit EL = howFarToZero(getMinusSCEV(LHS, RHS), L, ControlsOnlyExit, in computeExitLimitFromICmp() local 9227 ExitLimit EL = howFarToNonZero(getMinusSCEV(LHS, RHS), L); in computeExitLimitFromICmp() local 9260 ExitLimit EL = howManyLessThans(LHS, RHS, L, IsSigned, ControlsOnlyExit, in computeExitLimitFromICmp() local [all …]
|
/freebsd/contrib/libedit/ |
H A D | common.c | 150 #define EL el->el_line in ed_delete_next_char() macro
|
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv4/ |
H A D | trc_pkt_elem_etmv4i.h | 424 inline void EtmV4ITrcPacket::setContextInfo(const bool update, const uint8_t EL, const uint8_t NS, … in setContextInfo()
|
H A D | trc_pkt_types_etmv4.h | 181 uint32_t EL:2; //!< exception level. member
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
H A D | EmulateInstructionARM64.h | 148 EL : 2, // Current exception level (see ExceptionLevel enum) member
|
/freebsd/usr.bin/tip/tip/ |
H A D | tip.h | 66 EXTERN char *EL; /* chars marking an EOL */ variable
|
/freebsd/crypto/heimdal/appl/telnet/arpa/ |
H A D | telnet.h | 49 #define EL 248 /* erase the current line */ macro
|
/freebsd/contrib/telnet/arpa/ |
H A D | telnet.h | 46 #define EL 248 /* erase the current line */ macro
|
/freebsd/include/arpa/ |
H A D | telnet.h | 45 #define EL 248 /* erase the current line */ macro
|
/freebsd/sys/amd64/amd64/ |
H A D | db_disasm.c | 104 #define EL 38 /* address, explicitly long size */ macro
|
/freebsd/contrib/tcpdump/ |
H A D | print-telnet.c | 72 #define EL 248 /* erase the current line */ macro
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 926 SourceLocation RPL, Stmt *Then, SourceLocation EL, Stmt *Else) in IfStmt() 961 Stmt *Then, SourceLocation EL, Stmt *Else) { in Create()
|
H A D | DeclCXX.cpp | 3211 SourceLocation EL, in Create()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 495 if (const auto *EL = dyn_cast_or_null<ElementRegion>(V.getAsRegion())) in updateObjectsUnderConstruction() local
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 2416 SourceLocation EL = FileLoc.getLocWithOffset(Range.second); in TranslateStoredDiagnostics() local 2427 SourceLocation EL = FileLoc.getLocWithOffset(FixIt.RemoveRange.second); in TranslateStoredDiagnostics() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | IndVarSimplify.cpp | 1377 auto EL = SE->computeExitLimitFromCond(L, ICmp, Inverted, in optimizeLoopExitWithUnknownExitCount() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenInsert.cpp | 894 uint16_t EL = L-MinL; in findRecordInsertForms() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 2727 void setEllipsisLoc(SourceLocation EL) { EllipsisLoc = EL; } in setEllipsisLoc()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 3729 SourceLocation EL, SourceLocation NL, TypeSourceInfo *EnumType) in UsingEnumDecl()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 2463 for (MachineBasicBlock::iterator EL = CmpInstr.getParent()->end(); I != EL; in optimizeCompareInstr() local
|