| /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()
|
| D | tasn_dec.c | 158 * Decode an item, taking care of IMPLICIT tagging, if any. If 'opt' set and 204 * tagging or OPTIONAL is currently illegal on an item template in asn1_item_embed_d2i() 222 * It never makes sense for multi-strings to have implicit tagging, so in asn1_item_embed_d2i() 268 * It never makes sense for CHOICE types to have implicit tagging, so in asn1_item_embed_d2i() 340 /* If no IMPLICIT tagging set to SEQUENCE, UNIVERSAL */ in asn1_item_embed_d2i() 671 /* IMPLICIT tagging */ in asn1_template_noexp_d2i()
|
| /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/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/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
| D | v0.5.2.rst | 70 * constexpr: add support for tagging arithmetic constant expressions 71 * constexpr: add support for tagging address constants
|
| /third_party/typescript/tests/cases/conformance/es6/templates/ |
| 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…
|
| 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…
|
| /third_party/flutter/skia/third_party/externals/dawn/src/common/ |
| D | Result.h | 113 "Result<T*, E*> reserves two bits for tagging pointers"); 115 "Result<T*, E*> reserves two bits for tagging pointers"); 139 "Result<T*, E*> reserves two bits for tagging pointers"); 141 "Result<T*, E*> reserves two bits for tagging pointers");
|
| /third_party/gstreamer/gstreamer/docs/random/company/ |
| D | tagging | 3 > If you could write a small thing about how to use the tagging, it'd be 70 common tagging formats are kept in gst-plugins/gst/tags/* ) Once they have
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
| D | SGIX_tag_sample_buffer.txt | 50 The specification of the sample buffer tagging operation is added
|
| /third_party/openGLES/extensions/SGIX/ |
| D | SGIX_tag_sample_buffer.txt | 50 The specification of the sample buffer tagging operation is added
|
| /third_party/gstreamer/gstreamer/gst/ |
| D | gsttagsetter.h | 4 * gsttagsetter.h: Interfaces for tagging
|
| /third_party/vulkan-loader/ |
| D | README.md | 45 ## Version Tagging Scheme
|
| /third_party/optimized-routines/string/aarch64/ |
| D | __mtag_tag_region.S | 15 * The memory region may remain untagged if tagging is not enabled.
|
| D | __mtag_tag_zero_region.S | 15 * The memory region may remain untagged if tagging is not enabled.
|
| /third_party/optimized-routines/string/test/ |
| D | mte.h | 2 * Memory tagging testing code.
|