Home
last modified time | relevance | path

Searched defs:getFieldIndex (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dctfeexpr.d61 private int getFieldIndex(Type fieldtype, uint fieldoffset) in getFieldIndex() function
H A Dctfeexpr.c42 int ClassReferenceExp::getFieldIndex(Type *fieldtype, unsigned fieldoffset) in getFieldIndex() function
H A Dexpression.c4118 int StructLiteralExp::getFieldIndex(Type *type, unsigned offset) in getFieldIndex() function
H A Dexpression.d3292 int getFieldIndex(Type type, uint offset) in getFieldIndex() function
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dctfeexpr.c42 int ClassReferenceExp::getFieldIndex(Type *fieldtype, unsigned fieldoffset) in getFieldIndex() function
H A Dexpression.c4118 int StructLiteralExp::getFieldIndex(Type *type, unsigned offset) in getFieldIndex() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp335 uint32_t getFieldIndex(Value *V) const { in getFieldIndex() function
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp4205 unsigned FieldDecl::getFieldIndex() const { in getFieldIndex() function in FieldDecl
H A DASTImporter.cpp8132 Optional<unsigned> ASTImporter::getFieldIndex(Decl *F) { in getFieldIndex() function in ASTImporter