Home
last modified time | relevance | path

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

/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() function
30 bool runOnFunction(Function &F) override { in runOnFunction()
/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
DimportAsBaseClass.ts9 class Hello extends Greeter { } class
DdeclarationEmitDetachedComment2.ts12 class Hello { class
DdeclarationEmitDetachedComment1.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/typescript/tests/baselines/reference/
DdeclarationEmitDetachedComment2.js9 class Hello { class
37 function Hello() { class in Hello
DdeclarationEmitDetachedComment1.js9 class Hello { class
40 function Hello() { class in Hello
DdeclarationEmitClassMemberNameConflict2.js25 var Hello; variable
26 (function (Hello) { argument
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/node/test/fixtures/source-map/
Dthrow-string.js1 function Hello(){throw"goodbye"}Hello(); class
Dthrow-string-original.js4 function Hello() { class
Distanbul-throw-original.js4 function Hello() { class
Duglify-throw-original.js4 function Hello() { class
Distanbul-throw.js3 …*/function Hello(){cov_ono70fls3.f[0]++;cov_ono70fls3.s[0]++;throw Error('goodbye');}cov_ono70fls3… class
/third_party/node/benchmark/napi/function_call/
Dbinding.cc6 void Hello(const v8::FunctionCallbackInfo<v8::Value>& args) { in Hello() function
Dnapi_binding.c6 static napi_value Hello(napi_env env, napi_callback_info info) { in Hello() function
/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/icu/icu4c/source/test/intltest/
Dregextst.cpp1806 UnicodeString Hello("Hello, world."); in API_Pattern() local