/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 147 const SimplifyQuery &Q, unsigned MaxRecurse, in simplifyCmpSelCase() 164 const SimplifyQuery &Q, in simplifyCmpSelTrueCase() 173 const SimplifyQuery &Q, in simplifyCmpSelFalseCase() 183 const SimplifyQuery &Q, in handleOtherCmpSelSimplifications() 238 const SimplifyQuery &Q, unsigned MaxRecurse) { in ExpandBinOp() 296 const SimplifyQuery &Q, in SimplifyAssociativeBinOp() 395 Value *RHS, const SimplifyQuery &Q, in ThreadBinOpOverSelect() 473 Value *RHS, const SimplifyQuery &Q, in ThreadCmpOverSelect() 519 Value *RHS, const SimplifyQuery &Q, in ThreadBinOpOverPHI() 562 const SimplifyQuery &Q, unsigned MaxRecurse) { in ThreadCmpOverPHI() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | jsDeclarationsExportAssignedClassExpressionShadowing.js | 5 class Q { class 24 function Q() { class in Q 30 function Q() { class
|
D | sourceMapForFunctionInInternalModuleWithCommentPrecedingStatement01.js | 10 var Q; variable 11 (function (Q) { argument
|
D | privacyCheckAnonymousFunctionParameter2.js | 24 (function (Q) { argument 30 (function (Q) { argument
|
D | propertiesAndIndexers.js | 44 class Q extends P { class 77 function Q() { class in Q
|
D | declarationEmitExpressionInExtends.js | 6 class Q { class 34 function Q() { class in Q
|
D | importNotElidedWhenNotFound.js | 13 class Q extends Z { class 51 function Q() { class in Q
|
/third_party/typescript/tests/cases/conformance/internalModules/importDeclarations/ |
D | shadowedInternalModule.ts | 53 export const Q = {}; constant 58 export type Q = number; alias 63 const Q = 0; constant
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
D | Makefile | 15 Q=@ macro 18 Q=@ macro 21 Q= macro
|
/third_party/node/deps/cjs-module-lexer/dist/ |
D | lexer.js | 1 "use strict";exports.parse=parse;exports.init=init;let A;const Q=1===new Uint8Array(new Uint16Array… constant
|
D | lexer.mjs | 2 let A;const Q=1===new Uint8Array(new Uint16Array([1]).buffer)[0];export function parse(g,I="@"){if(… argument
|
/third_party/mbedtls/library/ |
D | rsa_alt_helpers.c | 64 mbedtls_mpi *P, mbedtls_mpi *Q) in mbedtls_rsa_deduce_primes() 195 mbedtls_mpi const *Q, in mbedtls_rsa_deduce_private_exponent() 237 int mbedtls_rsa_deduce_crt(const mbedtls_mpi *P, const mbedtls_mpi *Q, in mbedtls_rsa_deduce_crt() 272 const mbedtls_mpi *Q, const mbedtls_mpi *D, in mbedtls_rsa_validate_params() 384 int mbedtls_rsa_validate_crt(const mbedtls_mpi *P, const mbedtls_mpi *Q, in mbedtls_rsa_validate_crt()
|
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/ |
D | jsDeclarationsExportAssignedClassExpressionShadowing.ts | 10 class Q { class 13 module.exports = class Q { class
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Point.cpp | 49 Vector operator-(const Point &P, const Point &Q) in operator -() 83 float Point::d(const Point &P, const Point &Q) in d() 88 float Point::d2(const Point &P, const Point &Q) in d2()
|
/third_party/rust/crates/cxx/syntax/ |
D | map.rs | 58 K: Borrow<Q>, in contains_key() 66 K: Borrow<Q>, in get() 109 K: Borrow<Q>, in contains_key() 117 K: Borrow<Q>, in get() 130 K: Borrow<Q>, in remove()
|
D | set.rs | 38 &'a T: Borrow<Q>, in contains() 44 pub fn get<Q>(&self, value: &Q) -> Option<&'a T> in get() 95 T: Borrow<Q>, in contains() 101 pub fn get<Q>(&self, value: &Q) -> Option<&T> in get()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
D | Makefile | 26 Q=@ macro 29 Q= macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
D | Makefile | 26 Q=@ macro 29 Q= macro
|
/third_party/typescript/tests/cases/compiler/ |
D | namespacesWithTypeAliasOnlyExportsMerge.ts | 3 declare const Q: number; constant 4 declare namespace Q { namespace
|
D | keyofObjectWithGlobalSymbolIncluded.ts | 7 type Q = keyof typeof obj; alias
|
D | funduleUsedAcrossFileBoundary.ts | 2 declare function Q<T>(value: T): string; function
|
/third_party/node/deps/v8/src/bigint/ |
D | div-schoolbook.cc | 29 void ProcessorImpl::DivideSingle(RWDigits Q, digit_t* remainder, Digits A, in DivideSingle() 76 bool QLengthOK(Digits Q, Digits A, Digits B) { in QLengthOK() 94 void ProcessorImpl::DivideSchoolbook(RWDigits Q, RWDigits R, Digits A, in DivideSchoolbook()
|
D | bigint-internal.cc | 52 void ProcessorImpl::Divide(RWDigits Q, Digits A, Digits B) { in Divide() 104 ScratchDigits Q(q_len); in Modulo() local 122 Status Processor::Divide(RWDigits Q, Digits A, Digits B) { in Divide()
|
D | div-burnikel.cc | 70 void BZ::DivideBasecase(RWDigits Q, RWDigits R, Digits A, Digits B) { in DivideBasecase() 96 void BZ::D3n2n(RWDigits Q, RWDigits R, Digits A1A2, Digits A3, Digits B) { in D3n2n() 159 void BZ::D2n1n(RWDigits Q, RWDigits R, Digits A, Digits B) { in D2n1n() 197 void ProcessorImpl::DivideBurnikelZiegler(RWDigits Q, RWDigits R, Digits A, in DivideBurnikelZiegler()
|
/third_party/rust/crates/clap/src/util/ |
D | flat_map.rs | 44 K: Borrow<Q>, in contains_key() 55 pub fn remove<Q: ?Sized>(&mut self, key: &Q) -> Option<V> in remove() 65 K: Borrow<Q>, in remove_entry() 91 pub fn get<Q: ?Sized>(&self, k: &Q) -> Option<&V> in get() 104 pub fn get_mut<Q: ?Sized>(&mut self, k: &Q) -> Option<&mut V> in get_mut()
|