Home
last modified time | relevance | path

Searched refs:Identifier (Results 76 – 100 of 24909) sorted by relevance

12345678910>>...997

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/include/mlir/IR/
H A DIdentifier.h27 class Identifier {
33 Identifier(const Identifier &) = default;
34 Identifier &operator=(const Identifier &other) = default;
94 inline llvm::hash_code hash_value(Identifier arg) { in hash_value()
103 struct DenseMapInfo<mlir::Identifier> {
104 static mlir::Identifier getEmptyKey() {
108 static mlir::Identifier getTombstoneKey() {
112 static unsigned getHashValue(mlir::Identifier val) {
115 static bool isEqual(mlir::Identifier lhs, mlir::Identifier rhs) {
124 struct PointerLikeTypeTraits<mlir::Identifier> {
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/IR/
H A DIdentifier.h36 class Identifier {
44 Identifier(const Identifier &) = default;
45 Identifier &operator=(const Identifier &other) = default;
117 inline llvm::hash_code hash_value(Identifier arg) { in hash_value()
126 struct DenseMapInfo<mlir::Identifier> {
127 static mlir::Identifier getEmptyKey() {
131 static mlir::Identifier getTombstoneKey() {
135 static unsigned getHashValue(mlir::Identifier val) {
138 static bool isEqual(mlir::Identifier lhs, mlir::Identifier rhs) {
147 struct PointerLikeTypeTraits<mlir::Identifier> {
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DIdentifier.h36 class Identifier {
44 Identifier(const Identifier &) = default;
45 Identifier &operator=(const Identifier &other) = default;
117 inline llvm::hash_code hash_value(Identifier arg) { in hash_value()
126 struct DenseMapInfo<mlir::Identifier> {
127 static mlir::Identifier getEmptyKey() {
131 static mlir::Identifier getTombstoneKey() {
135 static unsigned getHashValue(mlir::Identifier val) {
138 static bool isEqual(mlir::Identifier lhs, mlir::Identifier rhs) {
147 struct PointerLikeTypeTraits<mlir::Identifier> {
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DIdentifier.h36 class Identifier {
44 Identifier(const Identifier &) = default;
45 Identifier &operator=(const Identifier &other) = default;
117 inline llvm::hash_code hash_value(Identifier arg) { in hash_value()
126 struct DenseMapInfo<mlir::Identifier> {
127 static mlir::Identifier getEmptyKey() {
131 static mlir::Identifier getTombstoneKey() {
135 static unsigned getHashValue(mlir::Identifier val) {
138 static bool isEqual(mlir::Identifier lhs, mlir::Identifier rhs) {
147 struct PointerLikeTypeTraits<mlir::Identifier> {
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DIdentifier.h36 class Identifier {
44 Identifier(const Identifier &) = default;
45 Identifier &operator=(const Identifier &other) = default;
117 inline llvm::hash_code hash_value(Identifier arg) {
126 struct DenseMapInfo<mlir::Identifier> {
127 static mlir::Identifier getEmptyKey() {
131 static mlir::Identifier getTombstoneKey() {
135 static unsigned getHashValue(mlir::Identifier val) {
138 static bool isEqual(mlir::Identifier lhs, mlir::Identifier rhs) {
147 struct PointerLikeTypeTraits<mlir::Identifier> {
[all …]
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/SupportDataCollector/Plugin/OTRS/
H A DDatabaseRecords.pm34 Identifier => 'TicketCount',
44 Identifier => 'ArticleCount',
60 Identifier => 'QueueCount',
65 Identifier => 'ServiceCount',
70 Identifier => 'AgentCount',
75 Identifier => 'RoleCount',
80 Identifier => 'GroupCount',
114 Identifier => 'ProcessCount',
143 Identifier => $Check->{Identifier},
150 Identifier => $Check->{Identifier},
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/runtime/
H A DIdentifier.h33 class Identifier {
36 Identifier() { } in Identifier() function
70 friend bool operator==(const Identifier&, const Identifier&);
71 friend bool operator!=(const Identifier&, const Identifier&);
86 …static bool equal(const Identifier& a, const Identifier& b) { return a.m_string.impl() == b.m_stri… in equal()
118 inline bool operator==(const Identifier& a, const Identifier& b)
120 return Identifier::equal(a, b);
123 inline bool operator!=(const Identifier& a, const Identifier& b)
125 return !Identifier::equal(a, b);
130 return Identifier::equal(a, b);
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/libraries/lib-strings/
H A DIdentifier.h37 Identifier( const Identifier & ) = default;
38 Identifier &operator = ( const Identifier& ) = default;
43 Identifier( Identifier && id ) in Identifier() function
45 Identifier &operator= ( Identifier&& id )
75 inline bool operator == ( const Identifier &x, const Identifier &y )
78 inline bool operator != ( const Identifier &x, const Identifier &y )
81 inline bool operator < ( const Identifier &x, const Identifier &y )
84 inline bool operator > ( const Identifier &x, const Identifier &y )
87 inline bool operator <= ( const Identifier &x, const Identifier &y )
118 using Identifier::Identifier;
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/fluent/tools/migrate/examples/
H A Dabout_downloads.py13 id=FTL.Identifier('title'),
20 id=FTL.Identifier('header'),
27 id=FTL.Identifier('empty'),
34 id=FTL.Identifier('open-menuitem'),
37 FTL.Identifier('label'),
49 FTL.Identifier('label'),
61 FTL.Identifier('label'),
73 FTL.Identifier('label'),
85 FTL.Identifier('label'),
97 FTL.Identifier('label'),
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DJSDOMWindow.h50 virtual bool deleteProperty(JSC::ExecState*, const JSC::Identifier&);
163 JSC::JSValue jsDOMWindowScreen(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
183 JSC::JSValue jsDOMWindowCrypto(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
186 JSC::JSValue jsDOMWindowEvent(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
213 JSC::JSValue jsDOMWindowClosed(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
214 JSC::JSValue jsDOMWindowLength(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
216 JSC::JSValue jsDOMWindowName(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
218 JSC::JSValue jsDOMWindowStatus(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
224 JSC::JSValue jsDOMWindowSelf(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
226 JSC::JSValue jsDOMWindowWindow(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
[all …]
H A DJSHTMLMediaElement.h78 JSC::JSValue jsHTMLMediaElementError(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
79 JSC::JSValue jsHTMLMediaElementSrc(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
83 JSC::JSValue jsHTMLMediaElementPreload(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
85 JSC::JSValue jsHTMLMediaElementBuffered(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
87 JSC::JSValue jsHTMLMediaElementSeeking(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
92 JSC::JSValue jsHTMLMediaElementPaused(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
97 JSC::JSValue jsHTMLMediaElementPlayed(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
99 JSC::JSValue jsHTMLMediaElementEnded(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
102 JSC::JSValue jsHTMLMediaElementLoop(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
106 JSC::JSValue jsHTMLMediaElementVolume(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/python/l10n/fluent_migrations/
H A Dbug_1424682_preferences_chrome.py21 id=FTL.Identifier('pref-page'),
24 FTL.Identifier('title'),
58 id=FTL.Identifier('search-input'),
61 FTL.Identifier('style'),
98 id=FTL.Identifier('category-search'),
127 id=FTL.Identifier('pane-sync-title'),
134 id=FTL.Identifier('category-sync'),
155 id=FTL.Identifier('focus-search'),
158 FTL.Identifier('key'),
167 id=FTL.Identifier('close-button'),
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/python/l10n/tb_fluent_migrations/
H A Dbug_1615501_preferences.py130 id=FTL.Identifier("general-legend"),
138 id=FTL.Identifier("start-page-label"),
141 id=FTL.Identifier("label"),
161 id=FTL.Identifier("label"),
337 id=FTL.Identifier("label"),
357 id=FTL.Identifier("label"),
556 id=FTL.Identifier("label"),
788 id=FTL.Identifier("keep-close"),
791 id=FTL.Identifier("label"),
1030 id=FTL.Identifier("startup-label"),
[all …]
/dports/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/Members/
H A DVariableIdentifier.vb28 Private m_Identifier As Identifier
32 ReadOnly Property Identifier() As Identifier
42 Sub New(ByVal Parent As ParsedObject, ByVal Identifier As Identifier)
44 m_Identifier = Identifier
45 …If Identifier.Identifier Is Nothing Then Throw New InternalException("No identifier: " & Identifie…
48 Sub Init(ByVal Identifier As Identifier, ByVal ArrayNameModifier As ArrayNameModifier)
49 m_Identifier = Identifier
52 …If Identifier.Identifier Is Nothing Then Throw New InternalException("No identifier: " & Identifie…
69 Return m_Identifier.Identifier
72 m_Identifier.Identifier = value
/dports/www/kf5-kjs/kjs-5.89.0/src/kjs/
H A Didentifier.h36 class KJS_EXPORT Identifier
43 Identifier() { } in Identifier() function
91 static Identifier from(unsigned y) in from()
124 friend bool operator==(const Identifier &, const Identifier &);
125 friend bool operator!=(const Identifier &, const Identifier &);
136 static bool equal(const Identifier &a, const Identifier &b) in equal()
157 inline bool operator==(const Identifier &a, const Identifier &b)
159 return Identifier::equal(a, b);
162 inline bool operator!=(const Identifier &a, const Identifier &b)
164 return !Identifier::equal(a, b);
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DIdentifier.h32 class Identifier {
35 Identifier() { } in Identifier() function
57 … static Identifier from(ExecState* exec, unsigned y) { return Identifier(exec, UString::from(y)); } in from()
58 … static Identifier from(ExecState* exec, int y) { return Identifier(exec, UString::from(y)); } in from()
59 … static Identifier from(ExecState* exec, double y) { return Identifier(exec, UString::from(y)); } in from()
70 friend bool operator==(const Identifier&, const Identifier&);
71 friend bool operator!=(const Identifier&, const Identifier&);
122 inline bool operator==(const Identifier& a, const Identifier& b)
124 return Identifier::equal(a, b);
127 inline bool operator!=(const Identifier& a, const Identifier& b)
[all …]
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DIdentifier.h32 class Identifier {
35 Identifier() { } in Identifier() function
57 … static Identifier from(ExecState* exec, unsigned y) { return Identifier(exec, UString::from(y)); } in from()
58 … static Identifier from(ExecState* exec, int y) { return Identifier(exec, UString::from(y)); } in from()
59 … static Identifier from(ExecState* exec, double y) { return Identifier(exec, UString::from(y)); } in from()
70 friend bool operator==(const Identifier&, const Identifier&);
71 friend bool operator!=(const Identifier&, const Identifier&);
122 inline bool operator==(const Identifier& a, const Identifier& b)
124 return Identifier::equal(a, b);
127 inline bool operator!=(const Identifier& a, const Identifier& b)
[all …]
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DIdentifier.h32 class Identifier {
35 Identifier() { } in Identifier() function
57 … static Identifier from(ExecState* exec, unsigned y) { return Identifier(exec, UString::from(y)); } in from()
58 … static Identifier from(ExecState* exec, int y) { return Identifier(exec, UString::from(y)); } in from()
59 … static Identifier from(ExecState* exec, double y) { return Identifier(exec, UString::from(y)); } in from()
70 friend bool operator==(const Identifier&, const Identifier&);
71 friend bool operator!=(const Identifier&, const Identifier&);
122 inline bool operator==(const Identifier& a, const Identifier& b)
124 return Identifier::equal(a, b);
127 inline bool operator!=(const Identifier& a, const Identifier& b)
[all …]
/dports/textproc/jade/jade-1.2.1/style/
H A DInterpreter.cxx200 Identifier::SyntacticKey key; in installSyntacticKeys()
204 { "if", Identifier::keyIf }, in installSyntacticKeys()
207 { "or", Identifier::keyOr }, in installSyntacticKeys()
225 { "id", Identifier::keyId }, in installSyntacticKeys()
514 ident = new Identifier(str); in lookup()
1295 Identifier::SyntacticKey k; in convertToPattern()
1319 case Identifier::keyRepeat: in convertToPattern()
1382 case Identifier::keyOnly: in convertToPattern()
1404 case Identifier::keyId: in convertToPattern()
1420 case Identifier::keyClass: in convertToPattern()
[all …]
H A DFlowObj.cxx74 Identifier::SyntacticKey key; in isDisplayNIC()
80 case Identifier::keyKeep: in isDisplayNIC()
105 Identifier::SyntacticKey key; in setDisplayNIC()
124 case Identifier::keyKeep: in setDisplayNIC()
226 Identifier::SyntacticKey key; in hasNonInheritedC()
469 Identifier::SyntacticKey key; in hasNonInheritedC()
473 case Identifier::keyScale: in hasNonInheritedC()
1450 case Identifier::keyChar: in setNonInheritedC()
1519 case Identifier::keyChar: in hasNonInheritedC()
2597 && (syn == Identifier::keyLabel || syn == Identifier::keyContentMap)) in hasNonInheritedC()
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/pt/tests/data/ok/peg_peg-ast-fused/
H A D2_fun_arithmetic3 <Identifier> :: 4 16
14 <Identifier> :: 32 42
29 <Identifier> :: 54 64
68 <Identifier> :: 84 94
118 <Identifier> :: 156 166
144 <Identifier> :: 192 202
154 <Identifier> :: 215 225
169 <Identifier> :: 237 247
186 <Identifier> :: 267 277
201 <Identifier> :: 289 299
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/pt/tests/data/ok/peg_peg-ast-templated-fused/
H A D2_fun_arithmetic3 <Identifier> :: 103 111
14 <Identifier> :: 127 137
29 <Identifier> :: 149 159
68 <Identifier> :: 179 189
118 <Identifier> :: 251 261
144 <Identifier> :: 287 297
154 <Identifier> :: 310 320
169 <Identifier> :: 332 342
186 <Identifier> :: 362 372
201 <Identifier> :: 384 394
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/pt/tests/data/ok/peg_peg-ast-templated-fused/
H A D2_fun_arithmetic3 <Identifier> :: 103 111
14 <Identifier> :: 127 137
29 <Identifier> :: 149 159
68 <Identifier> :: 179 189
118 <Identifier> :: 251 261
144 <Identifier> :: 287 297
154 <Identifier> :: 310 320
169 <Identifier> :: 332 342
186 <Identifier> :: 362 372
201 <Identifier> :: 384 394
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/pt/tests/data/ok/peg_peg-ast-fused/
H A D2_fun_arithmetic3 <Identifier> :: 4 16
14 <Identifier> :: 32 42
29 <Identifier> :: 54 64
68 <Identifier> :: 84 94
118 <Identifier> :: 156 166
144 <Identifier> :: 192 202
154 <Identifier> :: 215 225
169 <Identifier> :: 237 247
186 <Identifier> :: 267 277
201 <Identifier> :: 289 299
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/test/lib/Transforms/
H A DTestLinalgTransforms.cpp74 LinalgMarker(Identifier::get("MEM", ctx), Identifier::get("L3", ctx))); in applyPatterns()
77 LinalgMarker(Identifier::get("L3", ctx), Identifier::get("L2", ctx))); in applyPatterns()
80 LinalgMarker(Identifier::get("L2", ctx), Identifier::get("L1", ctx))); in applyPatterns()
83 LinalgMarker(Identifier::get("L1", ctx), Identifier::get("REG", ctx))); in applyPatterns()
89 LinalgMarker({}, Identifier::get("L1", ctx))); in applyPatterns()
93 LinalgMarker(ArrayRef<Identifier>{Identifier::get("MEM", ctx), in applyPatterns()
96 Identifier::get("REG", ctx))); in applyPatterns()
140 LinalgMarker(Identifier::get("REG", ctx))); in applyPatterns()
201 Identifier::get("L1", ctx)))); in fillL1TilingAndMatmulToVectorPatterns()
205 LinalgMarker(Identifier::get("L1", ctx), Identifier::get("VEC", ctx)))); in fillL1TilingAndMatmulToVectorPatterns()
[all …]

12345678910>>...997