| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64StackTaggingPreRA.cpp | 1 //===-- AArch64StackTaggingPreRA.cpp --- Stack Tagging for AArch64 -----===// 36 #define DEBUG_TYPE "aarch64-stack-tagging-pre-ra" 41 "stack-tagging-unchecked-ld-st", cl::Hidden, 77 return "AArch64 Stack Tagging PreRA"; in getPassName() 89 INITIALIZE_PASS_BEGIN(AArch64StackTaggingPreRA, "aarch64-stack-tagging-pre-ra", 90 "AArch64 Stack Tagging PreRA Pass", false, false) 91 INITIALIZE_PASS_END(AArch64StackTaggingPreRA, "aarch64-stack-tagging-pre-ra", 92 "AArch64 Stack Tagging PreRA Pass", false, false) 212 LLVM_DEBUG(dbgs() << "********** AArch64 Stack Tagging PreRA **********\n" in runOnMachineFunction()
|
| D | AArch64StackTagging.cpp | 1 //===- AArch64StackTagging.cpp - Stack tagging in IR --===// 58 #define DEBUG_TYPE "stack-tagging" 61 "stack-tagging-merge-init", cl::Hidden, cl::init(true), cl::ZeroOrMore, 62 cl::desc("merge stack variable initializers with tagging when possible")); 64 static cl::opt<unsigned> ClScanLimit("stack-tagging-merge-init-scan-limit", 305 StringRef getPassName() const override { return "AArch64 Stack Tagging"; } in getPassName() 324 INITIALIZE_PASS_BEGIN(AArch64StackTagging, DEBUG_TYPE, "AArch64 Stack Tagging", 326 INITIALIZE_PASS_END(AArch64StackTagging, DEBUG_TYPE, "AArch64 Stack Tagging",
|
| /third_party/ltp/testcases/open_posix_testsuite/Documentation/ |
| D | HOWTO_Tagging | 5 In order to get code included in the releases, the tagging scheme below 8 Developer Tagging 19 Release Coordinator Tagging
|
| /third_party/openssl/crypto/asn1/ |
| D | tasn_enc.c | 79 * Encode an item, taking care of IMPLICIT tagging (if any). This function 110 * It never makes sense for multi-strings to have implicit tagging, so in ASN1_item_ex_i2d() 121 * It never makes sense for CHOICE types to have implicit tagging, so in ASN1_item_ex_i2d() 164 /* If no IMPLICIT tagging set to SEQUENCE, UNIVERSAL */ in ASN1_item_ex_i2d() 232 * Work out tag and class to use: tagging may come either from the in asn1_template_ex_i2d() 239 /* Error if argument and template tagging */ in asn1_template_ex_i2d() 243 /* Get tagging from template */ in asn1_template_ex_i2d() 247 /* No template tagging, get from arguments */ in asn1_template_ex_i2d() 289 * Work out inner tag value: if EXPLICIT or no tagging use underlying in asn1_template_ex_i2d() 348 /* EXPLICIT tagging */ in asn1_template_ex_i2d() [all …]
|
| D | asn1_gen.c | 142 /* If no tagging return base type */ in generate_v3() 153 /* Do we need IMPLICIT tagging? */ in generate_v3() 164 * For IMPLICIT tagging the length should match the original length in generate_v3() 285 /* Check for illegal multiple IMPLICIT tagging */ in asn1_cb()
|
| /third_party/typescript/tests/baselines/reference/ |
| D | taggedTemplateStringsWithOverloadResolution3_ES6.js | 39 // Generic overloads with differing arity tagging with arguments matching each overload type parame… 44 // Generic overloads with differing arity tagging with argument count that doesn't match any overlo… 94 // Generic overloads with differing arity tagging with arguments matching each overload type parame… 98 // Generic overloads with differing arity tagging with argument count that doesn't match any overlo…
|
| D | taggedTemplateStringsWithOverloadResolution3.js | 39 // Generic overloads with differing arity tagging with arguments matching each overload type parame… 44 // Generic overloads with differing arity tagging with argument count that doesn't match any overlo… 98 // Generic overloads with differing arity tagging with arguments matching each overload type parame… 102 // Generic overloads with differing arity tagging with argument count that doesn't match any overlo…
|
| D | taggedTemplateStringsWithOverloadResolution3_ES6.errors.txt | 67 …// Generic overloads with differing arity tagging with arguments matching each overload type param… 72 …// Generic overloads with differing arity tagging with argument count that doesn't match any overl…
|
| D | taggedTemplateStringsWithOverloadResolution3.errors.txt | 67 …// Generic overloads with differing arity tagging with arguments matching each overload type param… 72 …// Generic overloads with differing arity tagging with argument count that doesn't match any overl…
|
| /third_party/openssl/doc/man3/ |
| D | ASN1_generate_nconf.pod | 126 add EXPLICIT or IMPLICIT tagging, add wrappers or to change 139 APPLICATION, PRIVATE or CONTEXT SPECIFIC tagging can be used, 144 This is the same as B<EXPLICIT> except IMPLICIT tagging is used 183 An IA5String explicitly tagged using APPLICATION tagging:
|
| D | ASN1_EXTERN_FUNCS.pod | 114 tagging is to be used then I<tag> will be -1 on entry. Otherwise if implicit 115 tagging should be used then I<tag> and I<aclass> will be the tag and associated
|
| /third_party/noto-cjk/Serif/ |
| D | README.md | 20 …ate for the other languages (this requires an app that supports language tagging and the OpenType … 67 …ont of the desired language or by language-tagging the text. A limited number of apps support lang… 89 …like the Super OTC and OTCs, this requires an app that supports language tagging and the OpenType …
|
| /third_party/mindspore/mindspore-src/source/docs/api/api_python/dataset/ |
| D | mindspore.dataset.PennTreebankDataset.rst | 65 keywords = {dis pos tagging treebank}, 68 title = {Part-of-speech tagging guidelines for the {P}enn {T}reebank {P}roject},
|
| /third_party/skia/third_party/externals/dawn/src/common/ |
| D | Result.h | 115 "Result<T*, E*> reserves two bits for tagging pointers"); 117 "Result<T*, E*> reserves two bits for tagging pointers"); 147 "Result<T*, E*> reserves two bits for tagging pointers"); 149 "Result<T*, E*> reserves two bits for tagging pointers"); 176 "Result<Ref<T>, E> reserves two bits for tagging pointers"); 178 "Result<Ref<T>, E> reserves two bits for tagging pointers");
|
| /third_party/typescript/tests/cases/conformance/es6/templates/ |
| D | taggedTemplateStringsWithOverloadResolution3.ts | 39 // Generic overloads with differing arity tagging with arguments matching each overload type parame… 44 // Generic overloads with differing arity tagging with argument count that doesn't match any overlo…
|
| D | taggedTemplateStringsWithOverloadResolution3_ES6.ts | 39 // Generic overloads with differing arity tagging with arguments matching each overload type parame… 44 // Generic overloads with differing arity tagging with argument count that doesn't match any overlo…
|
| /third_party/noto-cjk/Sans/ |
| D | README.md | 23 for the other languages (this requires an app that supports language tagging and the OpenType 'locl… 109 …ont of the desired language or by language-tagging the text. A limited number of apps support lang… 127 …like the Super OTC and OTCs, this requires an app that supports language tagging and the OpenType …
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
| D | VK_EXT_frame_boundary.adoc | 71 tagging the command buffers submitted with a frame identifier. However some 268 specific since this can be seen more generally as tagging queue submissions 269 with frame identifiers, but really the goal of this tagging is precisely to
|
| /third_party/vixl/ |
| D | VERSIONS.md | 16 into Linaro, we started working directly on `master` and stopped tagging
|
| /third_party/ltp/tools/ |
| D | create-tarballs-metadata.sh | 3 # Create tarballs and metadata for uploading after tagging release.
|
| /third_party/grpc/third_party/upb/upb/reflection/ |
| D | def_type.h | 36 // Our 3-bit pointer tagging requires all pointers to be multiples of 8.
|
| /third_party/protobuf/upb/reflection/ |
| D | def_type.h | 36 // Our 3-bit pointer tagging requires all pointers to be multiples of 8.
|
| /third_party/protobuf/src/google/protobuf/ |
| D | arenastring.h | 113 // Sets the value to `p`, tagging the value as being a 'default' value. 119 // Sets the value to `p`, tagging the value as a heap allocated value. 126 // Sets the value to `p`, tagging the value as a fixed size arena string. 133 // Sets the value to `p`, tagging the value as a mutable arena string.
|
| /third_party/vulkan-headers/ |
| D | README.md | 46 ## Version Tagging Scheme
|
| /third_party/openGLES/extensions/SGIX/ |
| D | SGIX_tag_sample_buffer.txt | 50 The specification of the sample buffer tagging operation is added
|