Home
last modified time | relevance | path

Searched defs:L (Results 251 – 275 of 834) sorted by relevance

1...<<11121314151617181920>>...34

/freebsd/lib/libc/quad/
H A Dquad.h70 #define L _QUAD_LOWWORD macro
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITEventListener.h57 const RuntimeDyld::LoadedObjectInfo &L) {} in notifyObjectLoaded()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp65 void setRange(SourceLocation L) { Range.setBegin(L); Range.setEnd(L); } in setRange()
69 void setBegin(SourceLocation L) { Range.setBegin(L); } in setBegin()
70 void setEnd(SourceLocation L) { Range.setEnd(L); } in setEnd()
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp179 Linker L(*Result); in loadArFile() local
382 static bool linkFiles(const char *argv0, LLVMContext &Context, Linker &L, in linkFiles()
476 Linker L(*Composite); in main() local
/freebsd/contrib/gdtoa/
H A DstrtopQ.c63 ULong *L = (ULong*)V; local
H A Dstrtordd.c36 ULtodd(L, bits, exp, k) ULong *L; ULong *bits; Long exp; int k; in ULtodd() argument
H A Dstrtopx.c65 UShort *L = (UShort*)V; local
/freebsd/contrib/bionic-x86_64-string/
H A Dsse2-strcpy-slm.S38 # define L(label) .L##label macro
/freebsd/sys/libkern/
H A Dquad.h74 #define L _QUAD_LOWWORD macro
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalAlias.h95 static bool isValidLinkage(LinkageTypes L) { in isValidLinkage()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp263 TemplateDecl::TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, in TemplateDecl()
384 if (ASTMutationListener *L = getASTMutationListener()) in addSpecializationImpl() local
410 FunctionTemplateDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation L, in Create()
494 SourceLocation L, in Create()
574 if (ASTMutationListener *L = getASTMutationListener()) in AddPartialSpecialization() local
809 DeclContext *DC, SourceLocation L, unsigned D, unsigned P, in TemplateTemplateParmDecl()
822 SourceLocation L, unsigned D, unsigned P, in Create()
831 SourceLocation L, unsigned D, unsigned P, in Create()
1031 SourceLocation L, DeclarationName Name, in Create()
1153 SourceLocation L, in Create()
[all …]
H A DRawCommentList.cpp188 comments::Lexer L(Allocator, Context.getDiagnostics(), in extractBriefText() local
210 comments::Lexer L(Context.getAllocator(), Context.getDiagnostics(), in parse() local
389 comments::Lexer L(Allocator, Diags, EmptyTraits, getSourceRange().getBegin(), in getFormattedLines() local
H A DDeclFriend.cpp35 SourceLocation L, in Create()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/
H A Dpwhash_scryptsalsa208sha256_nosse.c76 size_t i, L; in blkcpy() local
94 size_t i, L; in blkxor() local
/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp53 std::unique_lock<std::mutex> L(M); in emplace() local
60 std::unique_lock<std::mutex> L(M); in pop_front() local
/freebsd/crypto/openssl/crypto/rc5/
H A Drc5_skey.c22 RC5_32_INT L[64], l, ll, A, B, *S, k; in RC5_32_set_key() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegAllocRegistry.h56 static void setListener(MachinePassRegistryListener<FunctionPassCtor> *L) { in setListener()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dhash.cpp68 const size_t L = 210; in __next_prime() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp122 static bool needToInsertPhisForLCSSA(Loop *L, in needToInsertPhisForLCSSA()
201 static bool isEpilogProfitable(Loop *L) { in isEpilogProfitable()
215 void llvm::simplifyLoopAfterUnroll(Loop *L, bool SimplifyIVs, LoopInfo *LI, in simplifyLoopAfterUnroll()
295 LoopUnrollResult llvm::UnrollLoop(Loop *L, UnrollLoopOptions ULO, LoopInfo *LI, in UnrollLoop()
/freebsd/sys/sys/
H A Dpmc.h1110 #define PMCDBG0(M, N, L, F) do { \ argument
1114 #define PMCDBG1(M, N, L, F, p1) do { \ argument
1118 #define PMCDBG2(M, N, L, F, p1, p2) do { \ argument
1122 #define PMCDBG3(M, N, L, F, p1, p2, p3) do { \ argument
1207 #define PMCDBG0(M, N, L, F) /* nothing */ argument
1208 #define PMCDBG1(M, N, L, F, p1) argument
1209 #define PMCDBG2(M, N, L, F, p1, p2) argument
1210 #define PMCDBG3(M, N, L, F, p1, p2, p3) argument
1211 #define PMCDBG4(M, N, L, F, p1, p2, p3, p4) argument
1212 #define PMCDBG5(M, N, L, F, p1, p2, p3, p4, p5) argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp134 L = 0x04, enumerator
404 bool HexagonHardwareLoops::findInductionRegister(MachineLoop *L, in findInductionRegister()
569 CountValue *HexagonHardwareLoops::getLoopTripCount(MachineLoop *L, in getLoopTripCount()
1020 bool HexagonHardwareLoops::containsInvalidInstruction(MachineLoop *L, in containsInvalidInstruction()
1126 bool HexagonHardwareLoops::convertToHardwareLoop(MachineLoop *L, in convertToHardwareLoop()
1362 bool HexagonHardwareLoops::isLoopFeeder(MachineLoop *L, MachineBasicBlock *A, in isLoopFeeder()
1384 MachineLoop *L, LoopFeederMap &LoopFeederPhi) const { in phiMayWrapOrUnderflow()
1412 MachineBasicBlock *MBB, MachineLoop *L, in loopCountMayWrapOrUnderFlow()
1592 bool HexagonHardwareLoops::fixupInductionVariable(MachineLoop *L) { in fixupInductionVariable()
1833 MachineLoop *L) { in createPreheaderForLoop()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopIterator.h55 const Loop *L; member
66 const Loop *L = N.first; in operator() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp427 void NVPTXTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences()
440 void NVPTXTTIImpl::getPeelingPreferences(Loop *L, ScalarEvolution &SE, in getPeelingPreferences()
/freebsd/contrib/cortex-strings/src/aarch64/
H A Dstrlen.S52 #define L(l) .L ## l macro
/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDiffLog.h41 LogBuilder(LogBuilder &&L) in LogBuilder() function

1...<<11121314151617181920>>...34