Searched refs:getStructField (Results 1 – 19 of 19) sorted by relevance
/external/clang/lib/AST/ |
D | APValue.cpp | 171 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()
|
D | ExprConstant.cpp | 1549 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/ |
D | WellKnownTypesTest.java | 60 assertEquals(0, message.getStructField().getSerializedSize()); in testWellKnownTypes()
|
/external/clang/include/clang/AST/ |
D | APValue.h | 311 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/ |
D | APValue.cpp | 356 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()
|
D | ComparisonCategories.cpp | 68 return VD->evaluateValue()->getStructField(0).getInt(); in getIntValue()
|
D | DeclCXX.cpp | 3319 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()
|
D | ExprConstant.cpp | 2384 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 …]
|
D | ItaniumMangle.cpp | 4968 !isZeroInitialized(FD->getType(), V.getStructField(I))) in isZeroInitialized() 5059 V.getStructField(Fields.back()->getFieldIndex())))) { in mangleValueInTemplateArg() 5079 V.getStructField(Fields[I]->getFieldIndex())); in mangleValueInTemplateArg()
|
D | TextNodeDumper.cpp | 535 return Value.getStructField(Index); in Visit()
|
D | MicrosoftMangle.cpp | 1678 V.getStructField(FD->getFieldIndex())); in mangleTemplateArgValue()
|
/external/llvm-project/clang/include/clang/AST/ |
D | APValue.h | 531 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/ |
D | XMPMeta.java | 118 XMPProperty getStructField( in getStructField() method
|
/external/llvm-project/clang/lib/AST/Interp/ |
D | EvalEmitter.cpp | 146 APValue &Value = R.getStructField(I); in emitRetValue()
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | XMPMetaImpl.java | 989 public XMPProperty getStructField(String schemaNS, String structName, String fieldNS,
|
/external/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 486 RD->isUnion() ? Val.getUnionValue() : Val.getStructField(FieldNo); in Build()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 827 RD->isUnion() ? Val.getUnionValue() : Val.getStructField(FieldNo); in Build()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriter.cpp | 5187 AddAPValue(Value.getStructField(Idx)); in AddAPValue()
|
D | ASTReader.cpp | 9013 Result.getStructField(LoopIdx) = asImpl().readAPValue(); in readAPValue()
|