Home
last modified time | relevance | path

Searched defs:lvalue (Results 1 – 15 of 15) sorted by relevance

/llvm-project/libcxx/test/std/containers/sequences/vector/vector.modifiers/
H A Dinsert_iter_lvalue.pass.cpp26 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 Dtarget_update_codegen.cpp330 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 Deval-order.cpp
/llvm-project/clang/test/CodeGen/
H A Dbpf-preserve-static-offset-lvalue.c25 void lvalue(struct foo *p) { in lvalue() function
/llvm-project/libcxx/test/libcxx/ranges/range.adaptors/range.adaptor.helpers/
H A Das-lvalue.pass.cpp20 int lvalue{}; test() local
/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx1z.cpp65 template<typename T> struct lvalue { struct
66 T t;
67 constexpr T &get() { return t; } in get()
H A Dexpression-traits.cpp365 Class lvalue; in expr_ref_4() local
507 Class lvalue; in expr_mptr_oper() local
/llvm-project/clang/tools/clang-fuzzer/
H A Dcxx_proto.proto60 required Lvalue lvalue = 1; field
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dthrow-by-value-catch-by-reference.cpp40 logic_error lvalue("lvalue"); in testThrowFunc() local
/llvm-project/libcxx/test/libcxx/algorithms/
H A Ddebug_less.pass.cpp232 int lvalue = 42; in test_value_categories() local
/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp588 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 DCGAtomic.cpp43 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 DCGExprComplex.cpp431 bool isVolatile = lvalue.isVolatileQualified(); in EmitLoadOfLValue() argument
457 EmitStoreOfComplex(ComplexPairTy Val,LValue lvalue,bool isInit) EmitStoreOfComplex() argument
[all...]
H A DCGDecl.cpp767 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 DCGExpr.cpp1837 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...]