Searched defs:dynType (Results 1 – 6 of 6) sorted by relevance
/llvm-project/mlir/lib/Dialect/IRDL/ |
H A D | IRDLVerifiers.cpp | 151 auto dynType = dyn_cast<DynamicType>(typeAttr.getValue()); in verify() local
|
/llvm-project/mlir/lib/IR/ |
H A D | ExtensibleDialect.cpp | 479 DynamicType dynType; in parseOptionalDynamicType() local 488 if (auto dynType = llvm::dyn_cast<DynamicType>(type)) { in printIfDynamicType() local 550 Type dynType; in parseType() local
|
/llvm-project/mlir/test/lib/Dialect/Test/ |
H A D | TestTypes.cpp | 425 Type dynType; parseType() local
|
/llvm-project/lld/ELF/ |
H A D | SyntheticSections.h | 517 addRelativeReloc(RelType dynType,InputSectionBase & isec,uint64_t offsetInSec,Symbol & sym,int64_t addend,RelType addendRelType,RelExpr expr) addRelativeReloc() argument 530 addReloc(DynamicReloc::Kind kind,RelType dynType,InputSectionBase & sec,uint64_t offsetInSec,Symbol & sym,int64_t addend,RelExpr expr,RelType addendRelType) addReloc() argument
|
H A D | SyntheticSections.cpp | 1633 addSymbolReloc(RelType dynType,InputSectionBase & isec,uint64_t offsetInSec,Symbol & sym,int64_t addend,std::optional<RelType> addendRelType) addSymbolReloc() argument 1640 addAddendOnlyRelocIfNonPreemptible(RelType dynType,GotSection & sec,uint64_t offsetInSec,Symbol & sym,RelType addendRelType) addAddendOnlyRelocIfNonPreemptible() argument
|
/llvm-project/flang/lib/Semantics/ |
H A D | resolve-names.cpp | 7160 } else if (auto dynType{sel.expr->GetType()}) { Post() local
|