Searched defs:FieldIndex (Results 1 – 16 of 16) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-reorder-fields/ |
D | ReorderFieldsAction.cpp | 136 const auto FieldIndex = Field->getFieldIndex(); in reorderFieldsInDefinition() local 145 const auto FieldIndex = Field->getFieldIndex(); in reorderFieldsInDefinition() local
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGBuilder.h | 307 unsigned FieldIndex, in CreatePreserveStructAccessIndex()
|
D | CGBlocks.h | 146 unsigned FieldIndex; variable
|
D | CGOpenMPRuntime.cpp | 7870 unsigned FieldIndex = FD->getFieldIndex(); in generateInfoForComponentList() local 8164 unsigned FieldIndex = RL.getNonVirtualBaseLLVMFieldNo(Base); in getPlainLayout() local 8173 unsigned FieldIndex = RL.getVirtualBaseIndex(Base); in getPlainLayout() local 8184 unsigned FieldIndex = RL.getLLVMFieldNo(Field); in getPlainLayout() local
|
D | CGCall.cpp | 2488 auto FieldIndex = ArgI.getInAllocaFieldIndex(); in EmitFunctionProlog() local
|
D | CGExpr.cpp | 4189 unsigned FieldIndex) { in getDebugInfoFIndex()
|
/external/clang/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 168 static ABIArgInfo getInAlloca(unsigned FieldIndex) { in getInAlloca() 349 void setInAllocaFieldIndex(unsigned FieldIndex) { in setInAllocaFieldIndex()
|
/external/clang/lib/CodeGen/ |
D | CGBlocks.h | 147 unsigned FieldIndex; variable
|
D | CGCall.cpp | 2153 auto FieldIndex = ArgI.getInAllocaFieldIndex(); in EmitFunctionProlog() local 3546 auto createInAllocaStructGEP = [&](unsigned FieldIndex) -> Address { in EmitCall()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 2747 Value *CreatePreserveUnionAccessIndex(Value *Base, unsigned FieldIndex, in CreatePreserveUnionAccessIndex() 2767 unsigned Index, unsigned FieldIndex, in CreatePreserveStructAccessIndex()
|
/external/llvm-project/clang/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 420 void setInAllocaFieldIndex(unsigned FieldIndex) { in setInAllocaFieldIndex()
|
/external/llvm-project/llvm/lib/IR/ |
D | IRBuilder.cpp | 1077 Value *Base, unsigned FieldIndex, MDNode *DbgInfo) { in CreatePreserveUnionAccessIndex() 1096 Type *ElTy, Value *Base, unsigned Index, unsigned FieldIndex, in CreatePreserveStructAccessIndex()
|
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 2226 unsigned FieldIndex = 0; in CheckDesignatedInitializer() local
|
/external/llvm-project/llvm/lib/MC/MCParser/ |
D | MasmParser.cpp | 3974 size_t FieldIndex = 0; in parseStructInitializer() local
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaInit.cpp | 2570 unsigned FieldIndex = NumBases; in CheckDesignatedInitializer() local
|
/external/protobuf/src/google/protobuf/ |
D | descriptor_unittest.cc | 956 TEST_F(DescriptorTest, FieldIndex) { in TEST_F() argument
|