Searched defs:lvalue (Results 1 – 13 of 13) sorted by relevance
/freebsd/lib/libc/gen/ |
H A D | sysconf.c | 76 long lvalue, defaultresult; in sysconf() local
|
/freebsd/sys/kern/ |
H A D | kern_mib.c | 151 u_long lvalue; in sysctl_maxphys() local
|
H A D | vfs_bio.c | 479 long lvalue; in sysctl_bufspace() local 498 long lvalue; in sysctl_bufspace() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjC.cpp | 588 LValue lvalue = EmitLValue(lvalueExpr); in EmitObjCMessageExpr() local 1656 LValue lvalue in Emit() local 2893 LValue lvalue, in tryEmitARCRetainLoadOfScalar() 3269 LValue lvalue = in visitBinAssignUnsafeUnretained() local 3434 LValue lvalue, in emitARCRetainLoadOfScalar() 3595 LValue lvalue = EmitLValue(e->getLHS()); in EmitARCStoreUnsafeUnretained() local 3618 LValue lvalue = EmitLValue(e->getLHS()); in EmitARCStoreStrong() local 3635 LValue lvalue = EmitLValue(e->getLHS()); in EmitARCStoreAutoreleasing() local
|
H A D | CGAtomic.cpp | 43 AtomicInfo(CodeGenFunction &CGF, LValue &lvalue) in AtomicInfo() 831 LValue lvalue = MakeAddrLValue(Ptr, AtomicTy); in EmitAtomicExpr() local 1929 void CodeGenFunction::EmitAtomicStore(RValue rvalue, LValue lvalue, in EmitAtomicStore()
|
H A D | CGExprComplex.cpp | 439 ComplexPairTy ComplexExprEmitter::EmitLoadOfLValue(LValue lvalue, in EmitLoadOfLValue() 465 void ComplexExprEmitter::EmitStoreOfComplex(ComplexPairTy Val, LValue lvalue, in EmitStoreOfComplex()
|
H A D | CGDecl.cpp | 768 LValue &lvalue, in drillIntoBlockVariable() 795 LValue lvalue, bool capturedByInit) { in EmitScalarInit() 2030 LValue lvalue, bool capturedByInit) { in EmitExprAsInit()
|
H A D | CGExpr.cpp | 1841 llvm::Value *CodeGenFunction::EmitLoadOfScalar(LValue lvalue, in EmitLoadOfScalar() 2092 static void EmitStoreOfMatrixScalar(llvm::Value *value, LValue lvalue, in EmitStoreOfMatrixScalar() 2150 void CodeGenFunction::EmitStoreOfScalar(llvm::Value *value, LValue lvalue, in EmitStoreOfScalar() 6076 LValue lvalue = MakeAddrLValue(addr, type, AlignmentSource::Decl); in convertTempToRValue() local
|
/freebsd/sbin/tunefs/ |
H A D | tunefs.c | 78 const char *avalue, *jvalue, *Jvalue, *Lvalue, *lvalue, *Nvalue, *nvalue; in main() local
|
/freebsd/usr.bin/tip/tip/ |
H A D | tip.h | 153 #define lvalue(v) (long)(intptr_t)vtable[v].v_value macro
|
/freebsd/sys/dev/usb/video/ |
H A D | udl.c | 877 uint32_t lvalue; in udl_cmd_insert_int_3() local
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-actions_test.cc | 1851 auto lvalue = make(6); in TEST() local
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 817 long lvalue; member 1016 long lvalue; member
|