Home
last modified time | relevance | path

Searched refs:EmitLoadOfBitfieldLValue (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/CodeGen/
DCGAtomic.cpp1182 return CGF.EmitLoadOfBitfieldLValue( in convertAtomicTempToRValue()
DCGExpr.cpp1483 return EmitLoadOfBitfieldLValue(LV); in EmitLoadOfLValue()
1486 RValue CodeGenFunction::EmitLoadOfBitfieldLValue(LValue LV) { in EmitLoadOfBitfieldLValue() function in CodeGenFunction
DCodeGenFunction.h2688 RValue EmitLoadOfBitfieldLValue(LValue LV);
/external/llvm-project/clang/lib/CodeGen/
DCGAtomic.cpp1446 return CGF.EmitLoadOfBitfieldLValue( in convertAtomicTempToRValue()
DCGExpr.cpp1950 return EmitLoadOfBitfieldLValue(LV, Loc); in EmitLoadOfLValue()
1953 RValue CodeGenFunction::EmitLoadOfBitfieldLValue(LValue LV, in EmitLoadOfBitfieldLValue() function in CodeGenFunction
DCodeGenFunction.h3743 RValue EmitLoadOfBitfieldLValue(LValue LV, SourceLocation Loc);