Searched refs:LF (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-12-stable/contrib/byacc/test/yacc/
H A Dok_syntax1.tab.c175 #define LF 269 macro
282 "\"\\177\\177\\\\\\n\"","STR2","BELL","BS","NL","LF","CR","TAB","VT","UMINUS",0,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp791 NodeToValueMap::iterator LF = Loc.find(CN); local
795 if (LF == Loc.end())
797 Bs.push_back(LF->second);
/freebsd-12-stable/contrib/dialog/
H A Ddlg_keys.c326 ASCII_NAME(LF, '\n'),
/freebsd-12-stable/bin/pax/
H A Doptions.c258 flg |= LF;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2550 LibFunc LF; local
2551 if (TLI.getLibFunc(ImmutableCallSite(Call), LF)) {
2552 return TLI.has(LF);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp147 LibFunc LF; local
150 return TLI.getLibFunc(F, LF) || TLI.isFunctionVectorizable(F.getName());
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_refclock.c63 #define LF 0x0a /* ASCII LF */ macro
765 * canonical or raw modes. The terminal interface routines map CR to LF.
767 * followed by LF and another containing only LF. In raw mode the
954 * parity. LF ends the line and CR is mapped to LF. The break,
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1199 raw_ostream &operator<<(raw_ostream &OS, const SymbolLookupFlags &LF);
/freebsd-12-stable/contrib/byacc/test/btyacc/
H A Dok_syntax1.tab.c195 #define LF 269 macro
344 "\"\\177\\177\\\\\\n\"","STR2","BELL","BS","NL","LF","CR","TAB","VT","UMINUS",
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp11908 const FieldDecl *LF = getAsField(LHSDesignator.Entries[Mismatch]);
11910 if (!LF && !RF)
11912 else if (!LF)
11919 << LF->getParent() << LF;
11920 else if (!LF->getParent()->isUnion() &&
11921 LF->getAccess() != RF->getAccess())
11924 << LF << LF->getAccess() << RF << RF->getAccess()
11925 << LF
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2879 llvm::Value *LF = Builder.CreateExtractValue(L, I); local
2881 llvm::Value *Cmp = Builder.CreateICmp(Eq, LF, RF, "memptr.cmp.rest");

Completed in 171 milliseconds

12