Home
last modified time | relevance | path

Searched refs:getStructField (Results 1 – 19 of 19) sorted by relevance

/external/clang/lib/AST/
DAPValue.cpp171 getStructField(I) = RHS.getStructField(I); in APValue()
323 getStructField(0).dump(OS); in dump()
326 getStructField(I).dump(OS); in dump()
512 getStructField(FI->getFieldIndex()). in printPretty()
DExprConstant.cpp1549 Value.getStructField(I->getFieldIndex()))) in CheckConstantExpression()
2495 O = &O->getStructField(Field->getFieldIndex()); in findSubobject()
4085 Value = &Result.getStructField(FD->getFieldIndex()); in HandleConstructorCall()
4111 Value = &Value->getStructField(FD->getFieldIndex()); in HandleConstructorCall()
5486 Result.getStructField(I->getFieldIndex()), Info, Subobject, &VIE)) in HandleClassZeroInitialization()
5636 APValue &FieldVal = Result.getStructField(Field->getFieldIndex()); in VisitInitListExpr()
5742 Array.moveInto(Result.getStructField(0)); in VisitCXXStdInitializerListExpr()
5755 Array.moveInto(Result.getStructField(1)); in VisitCXXStdInitializerListExpr()
5758 Result.getStructField(1) = APValue(APSInt(ArrayType->getSize())); in VisitCXXStdInitializerListExpr()
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DWellKnownTypesTest.java60 assertEquals(0, message.getStructField().getSerializedSize()); in testWellKnownTypes()
/external/clang/include/clang/AST/
DAPValue.h311 APValue &getStructField(unsigned i) { in getStructField() function
318 const APValue &getStructField(unsigned i) const { in getStructField() function
319 return const_cast<APValue*>(this)->getStructField(i); in getStructField()
/external/llvm-project/clang/lib/AST/
DAPValue.cpp356 getStructField(I) = RHS.getStructField(I); in APValue()
491 getStructField(I).Profile(ID); in Profile()
824 getStructField(FI->getFieldIndex()). in printPretty()
1058 if (Merge(V.getStructField(I))) in getLVForValue()
DComparisonCategories.cpp68 return VD->evaluateValue()->getStructField(0).getInt(); in getIntValue()
DDeclCXX.cpp3319 APVal.getStructField(0) = APValue(APSInt(APInt(32, PartVal.Part1), true)); in getAsAPValue()
3320 APVal.getStructField(1) = APValue(APSInt(APInt(16, PartVal.Part2), true)); in getAsAPValue()
3321 APVal.getStructField(2) = APValue(APSInt(APInt(16, PartVal.Part3), true)); in getAsAPValue()
3322 APValue &Arr = APVal.getStructField(3) = in getAsAPValue()
DExprConstant.cpp2384 Value.getStructField(I->getFieldIndex()), in CheckEvaluationResult()
3769 O = &O->getStructField(Field->getFieldIndex()); in findSubobject()
4754 Result.getStructField(I->getFieldIndex())); in getDefaultInitValue()
6213 Result.getStructField(FieldIt->getFieldIndex())); in HandleConstructorCall()
6246 Value = &Result.getStructField(FD->getFieldIndex()); in HandleConstructorCall()
6281 Value = &Value->getStructField(FD->getFieldIndex()); in HandleConstructorCall()
6322 Result.getStructField(FieldIt->getFieldIndex())); in HandleConstructorCall()
6481 APValue *SubobjectValue = &Value.getStructField(FD->getFieldIndex()); in HandleDestructionImpl()
6867 if (!visit(Val.getStructField(FieldIdx), FieldTy, FieldOffset)) in visitRecord()
7078 ResultVal.getStructField(FieldIdx) = *SubObj; in visit()
[all …]
DItaniumMangle.cpp4968 !isZeroInitialized(FD->getType(), V.getStructField(I))) in isZeroInitialized()
5059 V.getStructField(Fields.back()->getFieldIndex())))) { in mangleValueInTemplateArg()
5079 V.getStructField(Fields[I]->getFieldIndex())); in mangleValueInTemplateArg()
DTextNodeDumper.cpp535 return Value.getStructField(Index); in Visit()
DMicrosoftMangle.cpp1678 V.getStructField(FD->getFieldIndex())); in mangleTemplateArgValue()
/external/llvm-project/clang/include/clang/AST/
DAPValue.h531 APValue &getStructField(unsigned i) {
538 const APValue &getStructField(unsigned i) const {
539 return const_cast<APValue*>(this)->getStructField(i);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
DXMPMeta.java118 XMPProperty getStructField( in getStructField() method
/external/llvm-project/clang/lib/AST/Interp/
DEvalEmitter.cpp146 APValue &Value = R.getStructField(I); in emitRetValue()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPMetaImpl.java989 public XMPProperty getStructField(String schemaNS, String structName, String fieldNS,
/external/clang/lib/CodeGen/
DCGExprConstant.cpp486 RD->isUnion() ? Val.getUnionValue() : Val.getStructField(FieldNo); in Build()
/external/llvm-project/clang/lib/CodeGen/
DCGExprConstant.cpp827 RD->isUnion() ? Val.getUnionValue() : Val.getStructField(FieldNo); in Build()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp5187 AddAPValue(Value.getStructField(Idx)); in AddAPValue()
DASTReader.cpp9013 Result.getStructField(LoopIdx) = asImpl().readAPValue(); in readAPValue()