Home
last modified time | relevance | path

Searched defs:ChildType (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/flang/test/Semantics/
Ddoconcurrent08.f9011 type, extends(Base) :: ChildType type
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-cpp/
Dmain.cpp22 typedef int ChildType; // should show as int typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFAbstractMemberAccess.cpp360 const MDNode *ChildType) { in IsValidAIChain()
/external/clang/tools/libclang/
DCXType.cpp780 if (const RecordType *ChildType = I->getType()->getAs<RecordType>()) { in visitRecordForValidation() local
/external/llvm-project/llvm/lib/Target/BPF/
DBPFAbstractMemberAccess.cpp424 const MDNode *ChildType) { in IsValidAIChain()
/external/llvm-project/clang/tools/libclang/
DCXType.cpp974 if (const RecordType *ChildType = I->getType()->getAs<RecordType>()) { in visitRecordForValidation() local
/external/llvm-project/polly/lib/Transform/
DScheduleOptimizer.cpp472 auto ChildType = isl_schedule_node_get_type(Node.child(0).get()); in isSimpleInnermostBand() local