Searched defs:EmitConstantValueForMemory (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp510 CGM.EmitConstantValueForMemory(FieldValue, Field->getType(), CGF);
1016 return EmitConstantValueForMemory(*Value, D.getType(), CGF);
1194 Filler = EmitConstantValueForMemory(Value.getArrayFiller(),
1202 C = EmitConstantValueForMemory(Value.getArrayInitializedElt(I),
1232 CodeGenModule::EmitConstantValueForMemory(const APValue &Value, function in class:CodeGenModule

Completed in 53 milliseconds