Home
last modified time | relevance | path

Searched defs:L (Results 151 – 175 of 834) sorted by relevance

12345678910>>...34

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlobject.c167 static void pushstr (lua_State *L, const char *str, size_t l) { in pushstr()
173 const char *luaO_pushvfstring (lua_State *L, const char *fmt, va_list argp) { in luaO_pushvfstring()
227 const char *luaO_pushfstring (lua_State *L, const char *fmt, ...) { in luaO_pushfstring()
H A Dlobject.h198 #define setgcovalue(L,obj,x) \ argument
202 #define setsvalue(L,obj,x) \ argument
208 #define setuvalue(L,obj,x) \ argument
213 #define setthvalue(L,obj,x) \ argument
218 #define setclLvalue(L,obj,x) \ argument
223 #define setclCvalue(L,obj,x) \ argument
228 #define sethvalue(L,obj,x) \ argument
237 #define setobj(L,obj1,obj2) \ argument
264 #define luai_checknum(L,o,c) { /* empty */ } argument
350 #define setobj(L,obj1,obj2) \ argument
[all …]
/freebsd/contrib/gdtoa/
H A Dulp.c42 Long L; local
/freebsd/contrib/bionic-x86_64-string/
H A Davx2-memset-kbl.S36 # define L(label) .L##label macro
H A Dsse2-memset-slm.S36 # define L(label) .L##label macro
/freebsd/crypto/openssl/crypto/whrlpool/asm/
H A Dwp-mmx.pl63 sub L() { &data_byte(@_); } subroutine
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp165 FullSourceLoc L = piece->getLocation().asLocation().getExpansionLoc(); in HandlePathDiagnostic() local
177 SourceLocation L = SMgr.getExpansionLoc(I.getBegin()); in HandlePathDiagnostic() local
475 SourceLocation L = UseEndOfStatement ? S->getEndLoc() : S->getBeginLoc(); in getValidSourceLocation() local
630 SourceLocation L = CS->getLBracLoc(); in createBeginBrace() local
637 SourceLocation L = CS->getRBracLoc(); in createEndBrace() local
657 SourceLocation L = LC->getDecl()->getBodyRBrace(); in createDeclEnd() local
737 FullSourceLoc L = PDL.asLocation(); in createSingleLocation() local
742 PathDiagnosticLocation::genLocation(SourceLocation L, in genLocation()
803 SourceLocation L = getValidSourceLocation(S, LAC); in genRange() local
820 SourceLocation L = D->getLocation(); in genRange() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp528 bool PPCLoopInstrFormPrep::chainCommoning(Loop *L, in chainCommoning()
549 Loop *L, Bucket &Bucket, SmallSet<BasicBlock *, 16> &BBChanged) { in rewriteLoadStoresForCommoningChains()
649 PPCLoopInstrFormPrep::rewriteForBase(Loop *L, const SCEVAddRecExpr *BasePtrSCEV, in rewriteForBase()
861 Loop *L, in collectCandidates()
1013 Loop *L, Bucket &BucketChain, SmallSet<BasicBlock *, 16> &BBChanged, in rewriteLoadStores()
1091 bool PPCLoopInstrFormPrep::updateFormPrep(Loop *L, in updateFormPrep()
1109 bool PPCLoopInstrFormPrep::dispFormPrep(Loop *L, in dispFormPrep()
1139 Value *PPCLoopInstrFormPrep::getNodeForInc(Loop *L, Instruction *MemI, in getNodeForInc()
1213 bool PPCLoopInstrFormPrep::alreadyPrepared(Loop *L, Instruction *MemI, in alreadyPrepared()
1279 bool PPCLoopInstrFormPrep::runOnLoop(Loop *L) { in runOnLoop()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DThreadSafeModule.h46 std::unique_lock<std::recursive_mutex> L; variable
115 auto L = TSCtx.getLock(); in ~ThreadSafeModule() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTypeLocBuilder.cpp18 void TypeLocBuilder::pushFullCopy(TypeLoc L) { in pushFullCopy()
46 auto L = TypeLoc(T, nullptr); in pushTrivial() local
/freebsd/crypto/openssl/crypto/ffc/
H A Dffc_params_validate.c56 size_t L, N; in ossl_ffc_params_FIPS186_4_validate() local
74 size_t L, N; in ossl_ffc_params_FIPS186_2_validate() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h69 bool Warning(SMLoc L, const Twine &Msg) { in Warning()
77 void Note(SMLoc L, const Twine &Msg) { in Note()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLayer.cpp136 IRLayer &L, const IRSymbolMapper::ManglingOptions &MO, ThreadSafeModule TSM) in BasicIRLayerMaterializationUnit()
194 BasicObjectLayerMaterializationUnit::Create(ObjectLayer &L, in Create()
209 ObjectLayer &L, std::unique_ptr<MemoryBuffer> O, Interface I) in BasicObjectLayerMaterializationUnit()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp104 auto L = Visit(T.getInnerLoc()); in VisitParenTypeLoc() local
150 auto L = Visit(T.getPointeeLoc()); in HandlePointer() local
577 auto *L = new (A.getAllocator()) in Forest() local
769 auto ConsumeTemplateParameters = [&](const TemplateParameterList &L) { in handleFreeStandingTagDecl()
1339 bool TraverseParenTypeLoc(ParenTypeLoc L) { in TraverseParenTypeLoc()
1346 bool WalkUpFromParenTypeLoc(ParenTypeLoc L) { in WalkUpFromParenTypeLoc()
1355 bool WalkUpFromArrayTypeLoc(ArrayTypeLoc L) { in WalkUpFromArrayTypeLoc()
1380 bool WalkUpFromFunctionTypeLoc(FunctionTypeLoc L) { in WalkUpFromFunctionTypeLoc()
1392 bool WalkUpFromFunctionProtoTypeLoc(FunctionProtoTypeLoc L) { in WalkUpFromFunctionProtoTypeLoc()
1402 bool TraverseMemberPointerTypeLoc(MemberPointerTypeLoc L) { in TraverseMemberPointerTypeLoc()
[all …]
/freebsd/contrib/lua/src/
H A Dlinit.c57 LUALIB_API void luaL_openlibs (lua_State *L) { in luaL_openlibs()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentBriefParser.h30 Lexer &L; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIVUsersPrinter.cpp15 PreservedAnalyses IVUsersPrinterPass::run(Loop &L, LoopAnalysisManager &AM, in run()
H A DLoopRotation.cpp61 PreservedAnalyses LoopRotatePass::run(Loop &L, LoopAnalysisManager &AM, in run()
124 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop()
/freebsd/libexec/flua/
H A Dlinit_flua.c69 LUALIB_API void luaL_openlibs (lua_State *L) { in luaL_openlibs()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFixIrreducible.cpp124 CandidateLoops.begin(), CandidateLoops.end(), [&](Loop *L) { in INITIALIZE_PASS_DEPENDENCY()
259 static void createNaturalLoop(LoopInfo &LI, DominatorTree &DT, Loop &L, in createNaturalLoop()
330 auto L = WorkList.pop_back_val(); in FixIrreducibleImpl() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDereferenceChecker.cpp84 SourceLocation L = ME->getMemberLoc(); in AddDerefSource() local
92 SourceLocation L = IV->getLocation(); in AddDerefSource() local
284 void DereferenceChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind()
/freebsd/usr.bin/systat/
H A Dtcp.c106 #define L(row, str) mvwprintw(wnd, row, 13, str) in labeltcp() macro
231 #define L(row, stat) DO(stat, row, 0) in showtcp() macro
H A Dsctp.c94 #define L(row, str) mvwprintw(wnd, row, 13, str) in labelsctp() macro
280 #define L(row, stat) DO(stat, row, 0) in showsctp() macro
/freebsd/contrib/libucl/include/
H A Dlua_ucl.h39 lua_State *L; member
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmMacro.cpp43 for (StringRef L : Locals) in dump() local

12345678910>>...34