Searched defs:lv (Results 1 – 13 of 13) sorted by relevance
/minix3/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/include/idn/ |
H A D | logmacro.h | 67 #define LOG_AT_LEVEL(lv, fun, x) do {if (LOGLEVEL >= (lv)) fun x; } while (/*CONSTCOND*/0) argument
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
H A D | p5.cpp | 34 volatile decltype(l) lv = l; in test_quals() local
|
/minix3/external/bsd/llvm/dist/clang/test/Index/ |
H A D | get-cursor.cpp | 141 for (auto lv : coll) { in test() local
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | conditional-gnu-ext.cpp | 42 void foo (int& lv) { in foo()
|
/minix3/sbin/newfs_v7fs/ |
H A D | main.c | 57 #define VPRINTF(lv, fmt, args...) { if (v7fs_newfs_verbose >= lv) \ argument
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGDecl.cpp | 1127 LValue lv = MakeAddrLValue(Loc, type, alignment); in EmitAutoVarInit() local 1134 LValue lv = MakeAddrLValue(Loc, type, alignment); in EmitAutoVarInit() local 1661 LValue lv = MakeAddrLValue(Alloc, Ty, getContext().getDeclAlign(&D)); in EmitParmDecl() local 1708 LValue lv = MakeAddrLValue(DeclPtr, Ty, Align); in EmitParmDecl() local
|
H A D | CGDeclCXX.cpp | 36 LValue lv = CGF.MakeAddrLValue(DeclPtr, type, alignment); in EmitDeclInit() local
|
H A D | CGExprAgg.cpp | 1073 void AggExprEmitter::EmitNullInitializationToLValue(LValue lv) { in EmitNullInitializationToLValue()
|
H A D | CodeGenFunction.h | 797 const LValue &lv) { in bind()
|
H A D | CGObjC.cpp | 2388 LValue lv = CGF.EmitLValue(e); in tryEmitARCRetainLoadOfScalar() local
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | overload-call.cpp | 38 void test_i(short sv, int iv, long lv, unsigned char ucv) { in test_i() 133 void test_multiparm(long lv, short sv, int iv) { in test_multiparm()
|
/minix3/external/bsd/dhcpcd/dist/ |
H A D | if-options.c | 212 size_t i = 0, l, lv; in add_environ() local
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | ASTContext.cpp | 2535 const LValueReferenceType *lv = cast<LValueReferenceType>(ty); in getVariableArrayDecayedType() local 2543 const RValueReferenceType *lv = cast<RValueReferenceType>(ty); in getVariableArrayDecayedType() local
|