Home
last modified time | relevance | path

Searched defs:Hello (Results 1 – 25 of 33) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Hello/
DHello.cpp26 struct Hello : public FunctionPass { struct
27 static char ID; // Pass identification, replacement for typeid
28 Hello() : FunctionPass(ID) {} in Hello() argument
30 bool runOnFunction(Function &F) override { in runOnFunction()
/third_party/typescript/tests/baselines/reference/
DdeclarationEmitClassMemberNameConflict2.js17 Hello = Hello; field in Foo
25 var Hello; variable
26 (function (Hello) { argument
DdeclarationEmitDetachedComment2.js9 class Hello { class
37 function Hello() { class in Hello
DdeclarationEmitDetachedComment1.js9 class Hello { class
40 function Hello() { class in Hello
DmoduleMerge.js33 B.prototype.Hello = function () { method in B
43 B.prototype.Hello = function () { method in B
DimportAsBaseClass.js10 class Hello extends Greeter { } class
45 function Hello() { class in Hello
DtypeArgumentsWithStringLiteralTypes01.js88 export let c = fun2<"World", "Hello">("Hello", "Hello"); variable
89 export let d = fun2<"World", "Hello">("World", "World"); variable
/third_party/rust/rust/tests/ui/typeck/
Dpoint-at-type-parameter-definition.rs5 struct Hello; struct
7 impl Hello { implementation
/third_party/typescript/tests/cases/compiler/
DmoduleMerge.ts7 public Hello(): string method in B
18 public Hello(): string method in B
DdeclarationEmitClassMemberNameConflict2.ts7 enum Hello { enum
20 Hello = Hello; property in Foo
DdeclarationEmitDetachedComment1.ts12 class Hello { class
DimportAsBaseClass.ts9 class Hello extends Greeter { } class
DdeclarationEmitDetachedComment2.ts12 class Hello { class
DgenericAndNonGenericInheritedSignature1.ts7 interface Hello extends Foo, Bar { interface
DgenericAndNonGenericInheritedSignature2.ts7 interface Hello extends Bar, Foo { interface
DcheckIndexConstraintOfJavascriptClassExpression.ts10 class Hello extends BaseClass { class
/third_party/rust/rust/tests/ui/lint/unused/
Dissue-105061-should-lint.rs14 trait Hello<T> {} trait
/third_party/rust/rust/tests/ui/traits/alias/auxiliary/
Dgreeter.rs3 pub trait Hello { trait
/third_party/rust/rust/tests/ui/issues/
Dissue-51044.rs10 trait Hello<A> where A: Animal { trait
/third_party/rust/rust/tests/ui/suggestions/
Dissue-68049-2.rs1 trait Hello { trait
/third_party/rust/rust/tests/ui-fulldeps/session-diagnostic/
Denforce_slug_naming.rs24 struct Hello {} struct
/third_party/rust/rust/src/tools/clippy/tests/workspace_test/module_style/pass_mod_with_dep_in_subdir/dep_no_mod/src/foo/
Dhello.rs1 pub struct Hello; struct
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.1/template_literal_types/
Dtemplate_literal_types_3.ts31 type Hello = CapHello<"hello">; alias
/third_party/jerryscript/tests/jerry/
Dobject-define-properties.js25 "Hello": { property
94 "Hello": { property
/third_party/rust/rust/tests/ui/span/
Dissue-39018.rs16 Hello, enumerator

12