/llvm-project/libcxx/test/std/containers/sequences/vector/vector.modifiers/ |
H A D | insert_iter_lvalue.pass.cpp | 26 const int lvalue = 1; in test() local 42 const int lvalue = 1; in test() local 59 const int lvalue = 1; in test() local 76 const int lvalue = 1; in test() local 90 const int lvalue = 1; in test() local 105 const int lvalue = 1; in test() local 119 const int lvalue = 1; in test() local
|
/llvm-project/clang/test/OpenMP/ |
H A D | target_update_codegen.cpp | 330 void lvalue(int *B, int l, int e) { in lvalue() function 370 void lvalue(int *B, int l, int e) { in lvalue() function 415 void lvalue(int *B, int l, int e) { in lvalue() function 463 void lvalue(int **B, int l, int e) { in lvalue() function 516 void lvalue(struc function 563 void lvalue(struct S *s, int l, int e) { lvalue() function 610 void lvalue(struct S *s, int l, int e) { lvalue() function 659 void lvalue(struct S *s, int l, int e) { lvalue() function 711 void lvalue(int **BB, int a, int b) { lvalue() function [all...] |
/llvm-project/clang/test/AST/Interp/ |
H A D | eval-order.cpp |
|
/llvm-project/clang/test/CodeGen/ |
H A D | bpf-preserve-static-offset-lvalue.c | 25 void lvalue(struct foo *p) { in lvalue() function
|
/llvm-project/libcxx/test/libcxx/ranges/range.adaptors/range.adaptor.helpers/ |
H A D | as-lvalue.pass.cpp | 20 int lvalue{}; test() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | constant-expression-cxx1z.cpp | 65 template<typename T> struct lvalue { struct 66 T t; 67 constexpr T &get() { return t; } in get()
|
H A D | expression-traits.cpp | 365 Class lvalue; in expr_ref_4() local 507 Class lvalue; in expr_mptr_oper() local
|
/llvm-project/clang/tools/clang-fuzzer/ |
H A D | cxx_proto.proto | 60 required Lvalue lvalue = 1; field
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/ |
H A D | throw-by-value-catch-by-reference.cpp | 40 logic_error lvalue("lvalue"); in testThrowFunc() local
|
/llvm-project/libcxx/test/libcxx/algorithms/ |
H A D | debug_less.pass.cpp | 232 int lvalue = 42; in test_value_categories() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjC.cpp | 588 llvm::Value *result = EmitARCLoadWeakRetained(lvalue.getAddress()); in EmitObjCMessageExpr() local 1656 LValue lvalue Emit() local 2893 tryEmitARCRetainLoadOfScalar(CodeGenFunction & CGF,LValue lvalue,QualType type) tryEmitARCRetainLoadOfScalar() argument 3269 LValue lvalue = visitBinAssignUnsafeUnretained() local 3434 emitARCRetainLoadOfScalar(CodeGenFunction & CGF,LValue lvalue,QualType type) emitARCRetainLoadOfScalar() argument 3595 LValue lvalue = EmitLValue(e->getLHS()); EmitARCStoreUnsafeUnretained() local 3618 LValue lvalue = EmitLValue(e->getLHS()); EmitARCStoreStrong() local 3635 LValue lvalue = EmitLValue(e->getLHS()); EmitARCStoreAutoreleasing() local [all...] |
H A D | CGAtomic.cpp | 43 AtomicInfo(CodeGenFunction & CGF,LValue & lvalue) AtomicInfo() argument 831 LValue lvalue = MakeAddrLValue(Ptr, AtomicTy); EmitAtomicExpr() local 1929 EmitAtomicStore(RValue rvalue,LValue lvalue,bool isInit) EmitAtomicStore() argument [all...] |
H A D | CGExprComplex.cpp | 431 bool isVolatile = lvalue.isVolatileQualified(); in EmitLoadOfLValue() argument 457 EmitStoreOfComplex(ComplexPairTy Val,LValue lvalue,bool isInit) EmitStoreOfComplex() argument [all...] |
H A D | CGDecl.cpp | 767 drillIntoBlockVariable(CodeGenFunction & CGF,LValue & lvalue,const VarDecl * var) drillIntoBlockVariable() argument 794 EmitScalarInit(const Expr * init,const ValueDecl * D,LValue lvalue,bool capturedByInit) EmitScalarInit() argument 2018 EmitExprAsInit(const Expr * init,const ValueDecl * D,LValue lvalue,bool capturedByInit) EmitExprAsInit() argument [all...] |
H A D | CGExpr.cpp | 1837 EmitLoadOfScalar(LValue lvalue,SourceLocation Loc) EmitLoadOfScalar() argument 2074 EmitStoreOfMatrixScalar(llvm::Value * value,LValue lvalue,bool isInit,CodeGenFunction & CGF) EmitStoreOfMatrixScalar() argument 2139 EmitStoreOfScalar(llvm::Value * value,LValue lvalue,bool isInit) EmitStoreOfScalar() argument 6055 LValue lvalue = MakeAddrLValue(addr, type, AlignmentSource::Decl); convertTempToRValue() local [all...] |