Home
last modified time | relevance | path

Searched defs:EL (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp100 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 DDirectedGraph.h117 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 Dxray-graph-diff.cpp301 GraphDiffRenderer::StatType EL) { in getLabel()
341 GraphDiffRenderer::StatType EL) { in getLineWidth()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp191 SmallVector<EdgeType *, 10> EL; in createPiBlocks() local
H A DScalarEvolution.cpp8760 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 Dcommon.c150 #define EL el->el_line in ed_delete_next_char() macro
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_pkt_elem_etmv4i.h424 inline void EtmV4ITrcPacket::setContextInfo(const bool update, const uint8_t EL, const uint8_t NS, … in setContextInfo()
H A Dtrc_pkt_types_etmv4.h181 uint32_t EL:2; //!< exception level. member
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h148 EL : 2, // Current exception level (see ExceptionLevel enum) member
/freebsd/usr.bin/tip/tip/
H A Dtip.h66 EXTERN char *EL; /* chars marking an EOL */ variable
/freebsd/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h49 #define EL 248 /* erase the current line */ macro
/freebsd/contrib/telnet/arpa/
H A Dtelnet.h46 #define EL 248 /* erase the current line */ macro
/freebsd/include/arpa/
H A Dtelnet.h45 #define EL 248 /* erase the current line */ macro
/freebsd/sys/amd64/amd64/
H A Ddb_disasm.c104 #define EL 38 /* address, explicitly long size */ macro
/freebsd/contrib/tcpdump/
H A Dprint-telnet.c72 #define EL 248 /* erase the current line */ macro
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp926 SourceLocation RPL, Stmt *Then, SourceLocation EL, Stmt *Else) in IfStmt()
961 Stmt *Then, SourceLocation EL, Stmt *Else) { in Create()
H A DDeclCXX.cpp3211 SourceLocation EL, in Create()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp495 if (const auto *EL = dyn_cast_or_null<ElementRegion>(V.getAsRegion())) in updateObjectsUnderConstruction() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2416 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 DIndVarSimplify.cpp1377 auto EL = SE->computeExitLimitFromCond(L, ICmp, Inverted, in optimizeLoopExitWithUnknownExitCount() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp894 uint16_t EL = L-MinL; in findRecordInsertForms() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2727 void setEllipsisLoc(SourceLocation EL) { EllipsisLoc = EL; } in setEllipsisLoc()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3729 SourceLocation EL, SourceLocation NL, TypeSourceInfo *EnumType) in UsingEnumDecl()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2463 for (MachineBasicBlock::iterator EL = CmpInstr.getParent()->end(); I != EL; in optimizeCompareInstr() local