Searched refs:Cpp (Results 1 – 25 of 34) sorted by relevance
12
/third_party/typescript/tests/baselines/reference/ |
D | thisTypeOfConstructorFunctions.types | 64 function Cpp(t) { 65 >Cpp : typeof Cpp 76 Cpp.prototype.m2 = function () { 77 >Cpp.prototype.m2 = function () { this.z = this.y; return this} : () => this 78 >Cpp.prototype.m2 : any 79 >Cpp.prototype : any 80 >Cpp : typeof Cpp 102 var cpp = new Cpp(2) 103 >cpp : Cpp<number> 104 >new Cpp(2) : Cpp<number> [all …]
|
D | thisTypeOfConstructorFunctions.symbols | 57 function Cpp(t) { 58 >Cpp : Symbol(Cpp, Decl(thisTypeOfConstructorFunctions.js, 18, 1)) 62 >this.y : Symbol(Cpp.y, Decl(thisTypeOfConstructorFunctions.js, 25, 17)) 63 >this : Symbol(Cpp, Decl(thisTypeOfConstructorFunctions.js, 18, 1)) 64 >y : Symbol(Cpp.y, Decl(thisTypeOfConstructorFunctions.js, 25, 17)) 68 Cpp.prototype.m2 = function () { 69 >Cpp.prototype : Symbol(Cpp.m2, Decl(thisTypeOfConstructorFunctions.js, 27, 1)) 70 >Cpp : Symbol(Cpp, Decl(thisTypeOfConstructorFunctions.js, 18, 1)) 72 >m2 : Symbol(Cpp.m2, Decl(thisTypeOfConstructorFunctions.js, 27, 1)) 75 >this.z : Symbol(Cpp.z, Decl(thisTypeOfConstructorFunctions.js, 29, 32)) [all …]
|
/third_party/rust/crates/cxx/tests/ui/ |
D | deny_elided_lifetimes.rs | 15 type Cpp<'a>; typedef 17 fn lifetime_named<'a>(s: &'a i32) -> UniquePtr<Cpp<'a>>; in lifetime_named() 19 fn lifetime_underscore(s: &i32) -> UniquePtr<Cpp<'_>>; in lifetime_underscore() 21 fn lifetime_elided(s: &i32) -> UniquePtr<Cpp>; in lifetime_elided() argument
|
D | deny_elided_lifetimes.stderr | 4 21 | fn lifetime_elided(s: &i32) -> UniquePtr<Cpp>; 14 21 | fn lifetime_elided(s: &i32) -> UniquePtr<Cpp<'_>>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbolCompiland.cpp | 90 PDB_Lang Lang = Details ? Details->getLanguage() : PDB_Lang::Cpp; in getSourceFileFullPath() 97 .Case(".cpp", Lang == PDB_Lang::Cpp) in getSourceFileFullPath() 98 .Case(".cc", Lang == PDB_Lang::Cpp) in getSourceFileFullPath() 99 .Case(".cxx", Lang == PDB_Lang::Cpp) in getSourceFileFullPath()
|
/third_party/typescript/tests/cases/conformance/salsa/ |
D | thisTypeOfConstructorFunctions.ts | 31 function Cpp(t) { function 35 Cpp.prototype.m2 = function () { 40 var cpp = new Cpp(2)
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/ |
D | .clang-format | 2 Language: Cpp
|
/third_party/skia/third_party/externals/swiftshader/third_party/ |
D | .clang-format | 2 Language: Cpp
|
/third_party/benchmark/ |
D | .clang-format | 2 Language: Cpp
|
/third_party/spirv-tools/ |
D | .clang-format | 2 Language: Cpp
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/ |
D | .clang-format | 2 Language: Cpp
|
/third_party/skia/third_party/externals/spirv-tools/ |
D | .clang-format | 2 Language: Cpp
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/ |
D | .clang-format | 5 Language: Cpp
|
/third_party/googletest/ |
D | .clang-format | 3 Language: Cpp
|
/third_party/icu/icu4c/source/ |
D | .clang-format | 5 Language: Cpp
|
/third_party/node/deps/icu-small/source/ |
D | .clang-format | 5 Language: Cpp
|
/third_party/skia/third_party/externals/icu/source/ |
D | .clang-format | 5 Language: Cpp
|
/third_party/python/Tools/peg_generator/ |
D | .clang-format | 10 Language: Cpp
|
/third_party/node/ |
D | .clang-format | 2 Language: Cpp
|
/third_party/skia/third_party/externals/swiftshader/ |
D | .clang-format | 2 Language: Cpp
|
/third_party/vk-gl-cts/external/openglcts/ |
D | .clang-format | 100 # Language, this format style is targeted at. Possible values: None, Cpp, Java, JavaScript, Proto. 101 Language: Cpp
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | .clang-format | 100 # Language, this format style is targeted at. Possible values: None, Cpp, Java, JavaScript, Proto. 101 Language: Cpp
|
/third_party/mesa3d/src/amd/compiler/ |
D | .clang-format | 108 Language: Cpp
|
/third_party/nghttp2/ |
D | .clang-format | 2 Language: Cpp
|
/third_party/skia/ |
D | .clang-format | 13 Language: Cpp
|
12