/llvm-project/libcxx/test/std/utilities/charconv/charconv.from.chars/ |
H A D | integral.bool.verify.cpp | 26 bool lv; in main() local
|
/llvm-project/libcxx/test/std/utilities/charconv/charconv.to.chars/ |
H A D | integral.bool.verify.cpp | 26 bool lv = true; in main() local
|
/llvm-project/libcxx/test/std/iterators/predef.iterators/iterators.common/ |
H A D | ctor.iter.pass.cpp | 23 CommonIt lv = CommonIt(it); in test() local
|
H A D | ctor.sentinel.pass.cpp | 27 CommonIt lv = CommonIt(sent); in test() local
|
/llvm-project/flang/test/Semantics/ |
H A D | io05.f90 | 5 logical*2 v(5), lv variable
|
H A D | data05.f90 | 40 …logical :: lv(2) ! CHECK: lv (InDataStmt) size=8 offset=0: ObjectEntity type: LOGICAL(4) shape: 1_… local
|
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
H A D | p5.cpp | 34 volatile decltype(l) lv = l; in test_quals() local
|
/llvm-project/openmp/runtime/test/atomic/ |
H A D | kmp_atomic_cas_cpt.c | 69 long long lv = 0; in main() local
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | conditional-gnu-ext.cpp | 40 void foo (int& lv) { in foo() argument
|
/llvm-project/clang/test/Index/ |
H A D | get-cursor.cpp | 141 for (auto lv : coll) { in test() local
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | concepts.cpp | 382 lc lv; in SingleDepthReferencesTop() local 393 lc lv; in SingleDepthReferencesTopNotCalled() local 403 lc lv; in SingleDepthReferencesTopCalled() local 431 lc lv; in DoubleDepthReferencesTop() local 456 lc lv; in DoubleDepthReferencesAll() local
|
/llvm-project/clang/test/OpenMP/ |
H A D | atomic_compare_codegen.cpp | 2208 long lx, lv, lr, le, ld; in bar() local 12658 long lx, lv, le, ld; in lxevd() local
|
H A D | atomic_capture_codegen.cpp | 29 long lv, lx; variable
|
H A D | atomic_read_codegen.c | 21 long lv, lx; variable
|
H A D | atomic_write_codegen.c | 21 long lv, lx; variable
|
H A D | atomic_update_codegen.cpp | 20 long lv, lx; variable
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/ |
H A D | SparseAssembler.cpp | 82 __anon5b1788e30202(Type t, FieldIndex, SparseTensorFieldKind kind, Level lv, LevelType) convVals() argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | overload-call.cpp | 41 void test_i(short sv, int iv, long lv, unsigned char ucv) { in test_i() 156 void test_multiparm(long lv, short sv, int iv) { in test_multiparm()
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDecl.cpp | 1990 LValue lv = MakeAddrLValue(Loc, type); EmitAutoVarInit() local 1997 LValue lv = MakeAddrLValue(Loc, type); EmitAutoVarInit() local 2668 LValue lv = MakeAddrLValue(DeclPtr, Ty); EmitParmDecl() local [all...] |
H A D | CGDeclCXX.cpp | 39 LValue lv = CGF.MakeAddrLValue(DeclPtr, type); in EmitDeclInit() local
|
H A D | CGExprAgg.cpp | 1595 EmitNullInitializationToLValue(LValue lv) EmitNullInitializationToLValue() argument
|
H A D | CGObjC.cpp | 2918 LValue lv = CGF.EmitLValue(e); tryEmitARCRetainLoadOfScalar() local
|
/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 3751 const auto *lv = cast<LValueReferenceType>(ty); getVariableArrayDecayedType() local 3759 const auto *lv = cast<RValueReferenceType>(ty); getVariableArrayDecayedType() local
|