/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | enum-doc-bitfield.rs | 8 impl B { implementation 12 impl B { impl 16 impl B { impl 20 impl B { implementation 24 impl B { impl 28 impl B { implementation 35 impl ::std::ops::BitOr<B> for B { implementation 42 impl ::std::ops::BitOrAssign for B { implementation 44 fn bitor_assign(&mut self, rhs: B) { in bitor_assign() 48 impl ::std::ops::BitAnd<B> for B { implementation [all …]
|
/third_party/typescript/tests/cases/conformance/interfaces/declarationMerging/ |
D | twoGenericInterfacesDifferingByTypeParameterName2.ts | 3 interface B<T, U> { interface 7 interface B<U, T> { // error interface 12 interface B<T, U> { interface 16 interface B<U, T> { // error interface 22 interface B<T, U> { interface 28 interface B<U, T> { // ok, different declaration space than other M2 interface 34 export interface B<T, U> { interface 40 export interface B<U, T> { // error interface
|
D | twoGenericInterfacesDifferingByTypeParameterName.ts | 11 interface B<T,U> { interface 15 interface B<T,V> { // error interface 28 interface B<T, U> { interface 32 interface B<T, V> { // error interface 38 interface B<T, U> { interface 44 interface B<T, V> { // ok, different declaration space than other M2 interface 50 export interface B<T, U> { interface 56 export interface B<T, V> { // error interface
|
D | mergeThreeInterfaces.ts | 22 interface B<T> { interface 26 interface B<T> { interface 30 interface B<T> { interface 60 interface B<T> { interface 64 interface B<T> { interface 68 interface B<T> { interface
|
/third_party/typescript/tests/baselines/reference/ |
D | moduleMerge.js | 6 class B class 30 var B = /** @class */ (function () { class 31 function B() { class in anonymousFunction3824112d0100.B 40 var B = /** @class */ (function () { class 41 function B() { class in anonymousFunction3824112d0400.B
|
D | numericLiteralTypes3.js | 7 function f1(a: A, b: B, c: C, d: D) { 14 function f2(a: A, b: B, c: C, d: D) { 21 function f3(a: A, b: B, c: C, d: D) { 28 function f4(a: A, b: B, c: C, d: D) { 35 function f5(a: A, b: B, c: C, d: D) { 54 function f6(a: A, b: B, c: C, d: D) { 73 function f7(a: A, b: B, c: C, d: D) {
|
D | subtypingWithObjectMembers5.js | 17 class B implements A { class 71 var B = /** @class */ (function () { class 72 function B() { class in anonymousFunction06f5662f0100.B 90 var B = /** @class */ (function () { class 91 function B() { class in anonymousFunction06f5662f0600.B
|
D | genericCloduleInModule.js | 18 var B = /** @class */ (function () { class 19 function B() { class in anonymousFunction67ff3e190100.B 21 B.prototype.foo = function () { }; class 26 (function (B) { argument
|
D | cloduleAcrossModuleDefinitions.js | 21 var B = /** @class */ (function () { class 22 function B() { class in anonymousFunction2728222c0100.B 24 B.prototype.foo = function () { }; class 32 (function (B) { argument
|
D | genericCloduleInModule2.js | 21 var B = /** @class */ (function () { class 22 function B() { class in anonymousFunction67e832cb0100.B 24 B.prototype.foo = function () { }; class 32 (function (B) { argument
|
D | overloadEquivalenceWithStatics.js | 3 static B<S>(v: A1<S>): A1<S>; // 1 field in A1 4 static B<S>(v: S): A1<S>; // 2 : Error Duplicate signature field in A1 5 static B<S>(v: any): A1<S> { field in A1 15 A1.B = function (v) { class in A1
|
D | overloadedStaticMethodSpecialization.js | 3 static B<S>(v: A<S>): A<S>; field in A 4 static B<S>(v: S): A<S>; field in A 5 static B<S>(v: any): A<S> { field in A 15 A.B = function (v) { class in A
|
D | exportEqualsProperty.js | 47 var B = /** @class */ (function () { class 48 function B(b) { class in anonymousFunction8c3dfc690100.B 53 (function (B) { argument 69 var B = require("./a"); variable
|
D | ExportVariableOfGenericTypeWithInaccessibleTypeAsTypeArgument.js | 3 class B { class 14 var B = /** @class */ (function () { class 15 function B() { class in anonymousFunctionf956cb8f0100.B
|
D | namespaceImportTypeQuery.js | 6 export class B {}; class 24 function B() { class in B 34 var B; variable
|
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/ |
D | jsDeclarationsEnums.ts | 13 export enum B { enum 33 B, enumerator 39 B = "b" enumerator 44 B = 0, enumerator 50 B, enumerator 57 B = 1 << 1, enumerator 65 B = 1 << 1, enumerator
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | logging.h | 156 #define GOOGLE_CHECK_EQ(A, B) GOOGLE_CHECK((A) == (B)) argument 157 #define GOOGLE_CHECK_NE(A, B) GOOGLE_CHECK((A) != (B)) argument 158 #define GOOGLE_CHECK_LT(A, B) GOOGLE_CHECK((A) < (B)) argument 159 #define GOOGLE_CHECK_LE(A, B) GOOGLE_CHECK((A) <= (B)) argument 160 #define GOOGLE_CHECK_GT(A, B) GOOGLE_CHECK((A) > (B)) argument 161 #define GOOGLE_CHECK_GE(A, B) GOOGLE_CHECK((A) >= (B)) argument 183 #define GOOGLE_DCHECK_EQ(A, B) GOOGLE_DCHECK((A) == (B)) argument 184 #define GOOGLE_DCHECK_NE(A, B) GOOGLE_DCHECK((A) != (B)) argument 185 #define GOOGLE_DCHECK_LT(A, B) GOOGLE_DCHECK((A) < (B)) argument 186 #define GOOGLE_DCHECK_LE(A, B) GOOGLE_DCHECK((A) <= (B)) argument [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 141 static bool isLocallyOpenedFile(Value *File, CallInst *CI, IRBuilder<> &B, in isLocallyOpenedFile() 255 Value *LibCallSimplifier::optimizeStrCat(CallInst *CI, IRBuilder<> &B) { in optimizeStrCat() 277 IRBuilder<> &B) { in emitStrLenMemCpy() 297 Value *LibCallSimplifier::optimizeStrNCat(CallInst *CI, IRBuilder<> &B) { in optimizeStrNCat() 340 Value *LibCallSimplifier::optimizeStrChr(CallInst *CI, IRBuilder<> &B) { in optimizeStrChr() 385 Value *LibCallSimplifier::optimizeStrRChr(CallInst *CI, IRBuilder<> &B) { in optimizeStrRChr() 413 Value *LibCallSimplifier::optimizeStrCmp(CallInst *CI, IRBuilder<> &B) { in optimizeStrCmp() 468 Value *LibCallSimplifier::optimizeStrNCmp(CallInst *CI, IRBuilder<> &B) { in optimizeStrNCmp() 536 Value *LibCallSimplifier::optimizeStrNDup(CallInst *CI, IRBuilder<> &B) { in optimizeStrNDup() 549 Value *LibCallSimplifier::optimizeStrCpy(CallInst *CI, IRBuilder<> &B) { in optimizeStrCpy() [all …]
|
D | BuildLibCalls.cpp | 822 Value *llvm::castToCStr(Value *V, IRBuilder<> &B) { in castToCStr() 829 ArrayRef<Value *> Operands, IRBuilder<> &B, in emitLibCall() 847 Value *llvm::emitStrLen(Value *Ptr, IRBuilder<> &B, const DataLayout &DL, in emitStrLen() 854 Value *llvm::emitStrDup(Value *Ptr, IRBuilder<> &B, in emitStrDup() 860 Value *llvm::emitStrChr(Value *Ptr, char C, IRBuilder<> &B, in emitStrChr() 868 Value *llvm::emitStrNCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilder<> &B, in emitStrNCmp() 877 Value *llvm::emitStrCpy(Value *Dst, Value *Src, IRBuilder<> &B, in emitStrCpy() 884 Value *llvm::emitStpCpy(Value *Dst, Value *Src, IRBuilder<> &B, in emitStpCpy() 891 Value *llvm::emitStrNCpy(Value *Dst, Value *Src, Value *Len, IRBuilder<> &B, in emitStrNCpy() 898 Value *llvm::emitStpNCpy(Value *Dst, Value *Src, Value *Len, IRBuilder<> &B, in emitStpNCpy() [all …]
|
/third_party/googletest/googletest/test/ |
D | googletest-shuffle-test_.cc | 50 TEST_F(A, B) {} in TEST_F() argument 53 TEST(ADeathTest, B) {} in TEST() argument 56 TEST(B, A) {} in TEST() argument 57 TEST(B, B) {} in TEST() argument 58 TEST(B, C) {} in TEST() argument 59 TEST(B, DISABLED_D) {} in TEST() argument 60 TEST(B, DISABLED_E) {} in TEST() argument 63 TEST(BDeathTest, B) {} in TEST() argument 66 TEST(C, B) {} in TEST() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachinePostDominators.h | 53 const MachineDomTreeNode *B) const { in dominates() 57 bool dominates(const MachineBasicBlock *A, const MachineBasicBlock *B) const { in dominates() 62 const MachineDomTreeNode *B) const { in properlyDominates() 67 const MachineBasicBlock *B) const { in properlyDominates() 76 MachineBasicBlock *B) const { in findNearestCommonDominator()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | _swizzle_func.hpp | 6 #define GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, CONST, A, B) \ argument 12 #define GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, CONST, A, B, C)… argument 18 #define GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, CONST, A, B, C,… argument 24 #define GLM_SWIZZLE_GEN_VEC2_ENTRY_DEF(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, CONST, A, B… argument 31 #define GLM_SWIZZLE_GEN_VEC3_ENTRY_DEF(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, CONST, A, B… argument 38 #define GLM_SWIZZLE_GEN_VEC4_ENTRY_DEF(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, CONST, A, B… argument 47 …ine GLM_SWIZZLE_GEN_REF2_FROM_VEC2_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, A, B) \ argument 58 … GLM_SWIZZLE_GEN_REF2_FROM_VEC3_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, A, B, C) \ argument 66 … GLM_SWIZZLE_GEN_REF3_FROM_VEC3_SWIZZLE(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, A, B, C) \ argument 74 …FROM_VEC3_COMP(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_VEC2_TYPE, SWIZZLED_VEC3_TYPE, A, B, C) \ argument [all …]
|
/third_party/typescript/tests/cases/conformance/enums/ |
D | enumMergingErrors.ts | 8 export enum E1 { B = 'foo'.length } enumerator 9 export enum E2 { B = 'foo'.length } enumerator 15 export enum E3 { B = 'foo'.length } enumerator 23 export enum E1 { B } enumerator 35 export enum E1 { B = 0 } enumerator
|
D | enumBasics.ts | 4 B, enumerator 15 readonly B: E1.B; variable 28 A = 1, B = 2, C = 3 enumerator 44 B = 3, enumerator 50 B = 0, enumerator 61 B = 'foo'['foo'] enumerator 67 B = A enumerator
|
/third_party/typescript/tests/cases/compiler/ |
D | enumLiteralAssignableToEnumInsideUnion.ts | 6 module Y { 11 module Z { 14 B = 1 << 2, enumerator 20 B = 1 << 11, enumerator
|