Home
last modified time | relevance | path

Searched full:tagging (Results 1 – 25 of 198) sorted by relevance

12345678

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64StackTaggingPreRA.cpp1 //===-- 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()
DAArch64StackTagging.cpp1 //===- 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/
DHOWTO_Tagging5 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/
Dtasn_enc.c79 * 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 …]
Dasn1_gen.c142 /* 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()
Dtasn_dec.c158 * 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/
DtaggedTemplateStringsWithOverloadResolution3_ES6.js39 // 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…
DtaggedTemplateStringsWithOverloadResolution3.js39 // 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…
DtaggedTemplateStringsWithOverloadResolution3_ES6.errors.txt67 …// 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…
DtaggedTemplateStringsWithOverloadResolution3.errors.txt67 …// 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/
DASN1_generate_nconf.pod126 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:
DASN1_EXTERN_FUNCS.pod114 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/
DResult.h115 "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/
Dv0.5.2.rst70 * constexpr: add support for tagging arithmetic constant expressions
71 * constexpr: add support for tagging address constants
/third_party/typescript/tests/cases/conformance/es6/templates/
DtaggedTemplateStringsWithOverloadResolution3_ES6.ts39 // 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…
DtaggedTemplateStringsWithOverloadResolution3.ts39 // 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/
DResult.h113 "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/
Dtagging3 > 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/
DSGIX_tag_sample_buffer.txt50 The specification of the sample buffer tagging operation is added
/third_party/openGLES/extensions/SGIX/
DSGIX_tag_sample_buffer.txt50 The specification of the sample buffer tagging operation is added
/third_party/gstreamer/gstreamer/gst/
Dgsttagsetter.h4 * gsttagsetter.h: Interfaces for tagging
/third_party/vulkan-loader/
DREADME.md45 ## Version Tagging Scheme
/third_party/optimized-routines/string/aarch64/
D__mtag_tag_region.S15 * The memory region may remain untagged if tagging is not enabled.
D__mtag_tag_zero_region.S15 * The memory region may remain untagged if tagging is not enabled.
/third_party/optimized-routines/string/test/
Dmte.h2 * Memory tagging testing code.

12345678