Home
last modified time | relevance | path

Searched refs:typeDefs (Results 1 – 25 of 107) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/tools/mlir-tblgen/
H A DTypeDefGen.cpp66 typeDefs.push_back(typeDef); in findAllTypeDefs()
238 SmallVector<TypeDef, 16> typeDefs; in emitTypeDefDecls() local
242 if (typeDefs.size() > 0) { in emitTypeDefDecls()
272 for (auto *i = typeDefs.begin(); i != typeDefs.end(); i++) { in emitTypeDefList()
274 if (i < typeDefs.end() - 1) in emitTypeDefList()
518 if (typeDefs.size() == 0) in emitParsePrintDispatch()
542 for (auto typeDef : typeDefs) in emitParsePrintDispatch()
559 SmallVector<TypeDef, 16> typeDefs; in emitTypeDefDefs() local
561 emitTypeDefList(typeDefs, os); in emitTypeDefDefs()
564 emitParsePrintDispatch(typeDefs, os); in emitTypeDefDefs()
[all …]
H A DOpDocGen.cpp220 ArrayRef<Type> types, ArrayRef<TypeDef> typeDefs, in emitDialectDoc() argument
241 if (!typeDefs.empty()) { in emitDialectDoc()
243 for (const TypeDef &td : typeDefs) in emitDialectDoc()
250 const auto &typeDefs = recordKeeper.getAllDerivedDefinitions("DialectType"); in emitDialectDoc() local
262 for (auto *typeDef : typeDefs) { in emitDialectDoc()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/tools/mlir-tblgen/
H A DTypeDefGen.cpp66 typeDefs.push_back(typeDef); in findAllTypeDefs()
303 SmallVector<TypeDef, 16> typeDefs; in emitTypeDefDecls() local
304 findAllTypeDefs(recordKeeper, typeDefs); in emitTypeDefDecls()
311 if (!typeDefs.empty()) { in emitTypeDefDecls()
315 for (const TypeDef &typeDef : typeDefs) in emitTypeDefDecls()
333 for (auto *i = typeDefs.begin(); i != typeDefs.end(); i++) { in emitTypeDefList()
335 if (i < typeDefs.end() - 1) in emitTypeDefList()
692 SmallVector<TypeDef, 16> typeDefs; in emitTypeDefDefs() local
694 emitTypeDefList(typeDefs, os); in emitTypeDefDefs()
697 emitParsePrintDispatch(typeDefs, os); in emitTypeDefDefs()
[all …]
H A DOpDocGen.cpp220 ArrayRef<Type> types, ArrayRef<TypeDef> typeDefs, in emitDialectDoc() argument
241 if (!typeDefs.empty()) { in emitDialectDoc()
243 for (const TypeDef &td : typeDefs) in emitDialectDoc()
250 const auto &typeDefs = recordKeeper.getAllDerivedDefinitions("DialectType"); in emitDialectDoc() local
262 for (auto *typeDef : typeDefs) { in emitDialectDoc()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/tools/mlir-tblgen/
H A DTypeDefGen.cpp66 typeDefs.push_back(typeDef); in findAllTypeDefs()
303 SmallVector<TypeDef, 16> typeDefs; in emitTypeDefDecls() local
304 findAllTypeDefs(recordKeeper, typeDefs); in emitTypeDefDecls()
311 if (!typeDefs.empty()) { in emitTypeDefDecls()
315 for (const TypeDef &typeDef : typeDefs) in emitTypeDefDecls()
333 for (auto *i = typeDefs.begin(); i != typeDefs.end(); i++) { in emitTypeDefList()
335 if (i < typeDefs.end() - 1) in emitTypeDefList()
692 SmallVector<TypeDef, 16> typeDefs; in emitTypeDefDefs() local
694 emitTypeDefList(typeDefs, os); in emitTypeDefDefs()
697 emitParsePrintDispatch(typeDefs, os); in emitTypeDefDefs()
[all …]
H A DOpDocGen.cpp220 ArrayRef<Type> types, ArrayRef<TypeDef> typeDefs, in emitDialectDoc() argument
241 if (!typeDefs.empty()) { in emitDialectDoc()
243 for (const TypeDef &td : typeDefs) in emitDialectDoc()
250 const auto &typeDefs = recordKeeper.getAllDerivedDefinitions("DialectType"); in emitDialectDoc() local
262 for (auto *typeDef : typeDefs) { in emitDialectDoc()
/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/parallel/ddd/mgr/
H A Dtypemgr.cc233 TYPE_DESC *d2 = &context.typeDefs()[typ]; in RecursiveRegister()
500 TYPE_DESC* desc = &context.typeDefs()[typ]; in DDD_TypeDefine()
574 context.typeDefs()[argrefs].mode==DDD_TYPE_INVALID) in DDD_TypeDefine()
690 if (context.typeDefs()[argtyp].mode==DDD_TYPE_DEFINED) in DDD_TypeDefine()
770 TYPE_DESC* desc = &context.typeDefs()[nDescr]; in DDD_TypeDeclare()
815 const TYPE_DESC* desc = &context.typeDefs()[id]; in DDD_TypeDisplay()
857 << context.typeDefs()[EDESC_REFTYPE(e)].name << ")\n"; in DDD_TypeDisplay()
881 << " " << setw(5) << context.typeDefs()[EL_DDDHDR].size in DDD_TypeDisplay()
969 const TYPE_DESC& desc = context.typeDefs()[typeId]; in DDD_InfoHdrOffset()
991 for (TYPE_DESC& typeDef : context.typeDefs()) { in ddd_TypeMgrInit()
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/includes/libs/ParamValidator/
H A DParamValidator.php204 private $typeDefs = []; variable in Wikimedia\\ParamValidator\\ParamValidator
239 return array_keys( $this->typeDefs );
249 foreach ( $typeDefs as $name => $def ) {
274 if ( isset( $this->typeDefs[$name] ) ) {
277 $this->typeDefs[$name] = $typeDef;
294 unset( $this->typeDefs[$name] );
296 $this->typeDefs[$name] = $typeDef;
306 return isset( $this->typeDefs[$name] );
319 if ( !isset( $this->typeDefs[$type] ) ) {
323 $def = $this->typeDefs[$type];
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/includes/libs/ParamValidator/
H A DParamValidator.php205 private $typeDefs = []; variable in Wikimedia\\ParamValidator\\ParamValidator
240 return array_keys( $this->typeDefs );
250 foreach ( $typeDefs as $name => $def ) {
275 if ( isset( $this->typeDefs[$name] ) ) {
278 $this->typeDefs[$name] = $typeDef;
295 unset( $this->typeDefs[$name] );
297 $this->typeDefs[$name] = $typeDef;
307 return isset( $this->typeDefs[$name] );
320 if ( !isset( $this->typeDefs[$type] ) ) {
324 $def = $this->typeDefs[$type];
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/includes/libs/ParamValidator/
H A DParamValidator.php205 private $typeDefs = [];
240 return array_keys( $this->typeDefs );
250 foreach ( $typeDefs as $name => $def ) {
275 if ( isset( $this->typeDefs[$name] ) ) {
278 $this->typeDefs[$name] = $typeDef;
295 unset( $this->typeDefs[$name] );
297 $this->typeDefs[$name] = $typeDef;
307 return isset( $this->typeDefs[$name] );
320 if ( !isset( $this->typeDefs[$type] ) ) {
324 $def = $this->typeDefs[$type];
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/deepmap/oapi-codegen/pkg/codegen/
H A Doperations.go562 var typeDefs []TypeDefinition
565 typeDefs = append(typeDefs, GenerateParamsTypes(op)...)
570 typeDefs = append(typeDefs, param.Schema.GetAdditionalTypeDefs()...)
574 typeDefs = append(typeDefs, body.Schema.GetAdditionalTypeDefs()...)
576 return typeDefs
582 var typeDefs []TypeDefinition
596 typeDefs = append(typeDefs, TypeDefinition{
618 return append(typeDefs, td)
/dports/security/lego/lego-4.5.3/vendor/github.com/deepmap/oapi-codegen/pkg/codegen/
H A Doperations.go562 var typeDefs []TypeDefinition
565 typeDefs = append(typeDefs, GenerateParamsTypes(op)...)
570 typeDefs = append(typeDefs, param.Schema.GetAdditionalTypeDefs()...)
574 typeDefs = append(typeDefs, body.Schema.GetAdditionalTypeDefs()...)
576 return typeDefs
582 var typeDefs []TypeDefinition
596 typeDefs = append(typeDefs, TypeDefinition{
618 return append(typeDefs, td)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/deepmap/oapi-codegen/pkg/codegen/
H A Doperations.go562 var typeDefs []TypeDefinition
565 typeDefs = append(typeDefs, GenerateParamsTypes(op)...)
570 typeDefs = append(typeDefs, param.Schema.GetAdditionalTypeDefs()...)
574 typeDefs = append(typeDefs, body.Schema.GetAdditionalTypeDefs()...)
576 return typeDefs
582 var typeDefs []TypeDefinition
596 typeDefs = append(typeDefs, TypeDefinition{
618 return append(typeDefs, td)
/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/parallel/ddd/xfer/
H A Dpack.cc147 refdesc = &context.typeDefs()[EDESC_REFTYPE(theElem)]; in BuildSymTab()
176 refdesc = &context.typeDefs()[rt]; in BuildSymTab()
260 TYPE_DESC* descDep = &context.typeDefs()[xa->addTyp]; in GetDepData()
299 TYPE_DESC* descDep = &context.typeDefs()[xa->addTyp]; in GetDepData()
372 TYPE_DESC *desc = &context.typeDefs()[OBJ_TYPE(hdr)]; in XferPackSingleMsg()
451 desc = &context.typeDefs()[OBJ_TYPE((DDD_HDR)(currObj+offset))]; in XferPackSingleMsg()
H A Dunpack.cc146 refdesc = &context.typeDefs()[EDESC_REFTYPE(theElem)]; in LocalizeObject()
179 refdesc = &context.typeDefs()[rt]; in LocalizeObject()
345 TYPE_DESC* descDep = &context.typeDefs()[addTyp]; in PutDepData()
379 TYPE_DESC* descDep = &context.typeDefs()[addTyp]; in PutDepData()
427 TYPE_DESC *desc = &context.typeDefs()[OBJ_TYPE(ote->hdr)]; in AcceptObjFromMsg()
503 context.typeDefs()[OBJ_TYPE(ote->hdr)].name, in AcceptObjFromMsg()
504 context.typeDefs()[OBJ_TYPE(localCplObjs[j])].name); in AcceptObjFromMsg()
906 PriorityMerge(&context.typeDefs()[NewCpl_GetType(itemsNC[jNC])], in UpdateCouplings()
1095 TYPE_DESC *desc = &context.typeDefs()[OBJ_TYPE(theObjTab[i].hdr)]; in LocalizeObjects()
1116 TYPE_DESC *desc = &context.typeDefs()[OBJ_TYPE(theObjTab[i].hdr)]; in LocalizeObjects()
[all …]
/dports/cad/sumo/sumo-1.2.0/unittest/src/microsim/
H A DMSCFModel_IDMTest.cpp68 SUMOVTypeParameter typeDefs("t0"); in SetUp() local
69 typeDefs.cfModel = SUMO_TAG_CF_IDM; in SetUp()
79 type = MSVehicleType::build(typeDefs); in SetUp()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/scripts/migration/
H A Dmove-side-effects-to-legacy.ts23 const typeDefs: any[] = []; constant
50 typeDefs.push(statement);
108 legacyTypeDefs = [...legacyTypeDefs, ...typeDefs];
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/scripts/migration/
H A Dmove-side-effects-to-legacy.ts26 const typeDefs: any[] = []; constant
54 typeDefs.push(statement);
112 legacyTypeDefs = [...legacyTypeDefs, ...typeDefs];
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/tools/mlir-tblgen/
H A DOpDocGen.cpp243 ArrayRef<TypeDef> typeDefs, raw_ostream &os) { in emitDialectDoc() argument
275 if (!typeDefs.empty()) { in emitDialectDoc()
277 for (const TypeDef &def : typeDefs) in emitDialectDoc()
284 std::vector<Record *> typeDefs = in emitDialectDoc() local
307 for (auto *typeDef : typeDefs) { in emitDialectDoc()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/tools/mlir-tblgen/
H A DOpDocGen.cpp242 ArrayRef<TypeDef> typeDefs, raw_ostream &os) { in emitDialectDoc() argument
271 if (!typeDefs.empty()) { in emitDialectDoc()
273 for (const TypeDef &def : typeDefs) in emitDialectDoc()
280 std::vector<Record *> typeDefs = in emitDialectDoc() local
303 for (auto *typeDef : typeDefs) { in emitDialectDoc()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/tools/mlir-tblgen/
H A DOpDocGen.cpp242 ArrayRef<TypeDef> typeDefs, raw_ostream &os) { in emitDialectDoc() argument
271 if (!typeDefs.empty()) { in emitDialectDoc()
273 for (const TypeDef &def : typeDefs) in emitDialectDoc()
280 std::vector<Record *> typeDefs = in emitDialectDoc() local
303 for (auto *typeDef : typeDefs) { in emitDialectDoc()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/tools/mlir-tblgen/
H A DOpDocGen.cpp242 ArrayRef<TypeDef> typeDefs, raw_ostream &os) {
271 if (!typeDefs.empty()) {
273 for (const TypeDef &def : typeDefs)
280 std::vector<Record *> typeDefs =
303 for (auto *typeDef : typeDefs) {
/dports/games/openspades/openspades-0.1.3/Sources/AngelScript/source/
H A Das_module.cpp711 asCTypedefType *type = typeDefs[n]; in InternalReset()
720 typeDefs.SetLength(0); in InternalReset()
1096 if (typeDefs[n] && in GetTypeInfoByName()
1097 typeDefs[n]->name == in_name && in GetTypeInfoByName()
1098 typeDefs[n]->nameSpace == ns) in GetTypeInfoByName()
1099 return typeDefs[n]; in GetTypeInfoByName()
1207 if( index >= typeDefs.GetLength() ) in GetTypedefByIndex()
1210 return typeDefs[index]; in GetTypedefByIndex()
1526 if (typeDefs[n]->name == type && in GetType()
1527 typeDefs[n]->nameSpace == ns) in GetType()
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/angelscript/source/
H A Das_module.cpp720 asCTypedefType *type = typeDefs[n]; in InternalReset()
729 typeDefs.SetLength(0); in InternalReset()
1101 if (typeDefs[n] && in GetTypeInfoByName()
1102 typeDefs[n]->name == in_name && in GetTypeInfoByName()
1103 typeDefs[n]->nameSpace == ns) in GetTypeInfoByName()
1104 return typeDefs[n]; in GetTypeInfoByName()
1174 if( index >= typeDefs.GetLength() ) in GetTypedefByIndex()
1177 return typeDefs[index]; in GetTypedefByIndex()
1488 if (typeDefs[n]->name == type && in GetType()
1489 typeDefs[n]->nameSpace == ns) in GetType()
[all …]
/dports/lang/angelscript/sdk/angelscript/source/
H A Das_module.cpp748 asCTypedefType *type = typeDefs[n]; in InternalReset()
757 typeDefs.SetLength(0); in InternalReset()
1129 if (typeDefs[n] && in GetTypeInfoByName()
1130 typeDefs[n]->name == in_name && in GetTypeInfoByName()
1131 typeDefs[n]->nameSpace == ns) in GetTypeInfoByName()
1132 return typeDefs[n]; in GetTypeInfoByName()
1202 if( index >= typeDefs.GetLength() ) in GetTypedefByIndex()
1205 return typeDefs[index]; in GetTypedefByIndex()
1517 if (typeDefs[n]->name == type && in GetType()
1518 typeDefs[n]->nameSpace == ns) in GetType()
[all …]

12345