Home
last modified time | relevance | path

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

123456789

/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()
/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/noto-cjk/Serif/
DREADME.md20 …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/
Dmindspore.dataset.PennTreebankDataset.rst65 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/
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/typescript/tests/cases/conformance/es6/templates/
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…
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…
/third_party/noto-cjk/Sans/
DREADME.md23 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/
DVK_EXT_frame_boundary.adoc71 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/
DVERSIONS.md16 into Linaro, we started working directly on `master` and stopped tagging
/third_party/ltp/tools/
Dcreate-tarballs-metadata.sh3 # Create tarballs and metadata for uploading after tagging release.
/third_party/grpc/third_party/upb/upb/reflection/
Ddef_type.h36 // Our 3-bit pointer tagging requires all pointers to be multiples of 8.
/third_party/protobuf/upb/reflection/
Ddef_type.h36 // Our 3-bit pointer tagging requires all pointers to be multiples of 8.
/third_party/protobuf/src/google/protobuf/
Darenastring.h113 // 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/
DREADME.md46 ## Version Tagging Scheme
/third_party/openGLES/extensions/SGIX/
DSGIX_tag_sample_buffer.txt50 The specification of the sample buffer tagging operation is added

123456789