HomeSort by relevance Sort by last modified time
    Searched refs:Prefix (Results 276 - 300 of 760) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Intrinsics.h 85 /// match for Name or a prefix of Name followed by a dot, its index in
91 ID getIntrinsicForGCCBuiltin(const char *Prefix, StringRef BuiltinName);
94 ID getIntrinsicForMSBuiltin(const char *Prefix, StringRef BuiltinName);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Intrinsics.h 85 /// match for Name or a prefix of Name followed by a dot, its index in
91 ID getIntrinsicForGCCBuiltin(const char *Prefix, StringRef BuiltinName);
94 ID getIntrinsicForMSBuiltin(const char *Prefix, StringRef BuiltinName);
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePrintLib/
PrintLibInternal.c 338 CHAR8 Prefix;
432 Prefix = 0;
581 Prefix = ' ';
584 Prefix = '+';
597 Prefix = '-';
641 if (Prefix != 0) {
890 if (Prefix != 0) {
893 Buffer = BasePrintLibFillBuffer (Buffer, EndBuffer, 1, Prefix, BytesPerOutputCharacter);
905 if (Prefix != 0) {
908 Buffer = BasePrintLibFillBuffer (Buffer, EndBuffer, 1, Prefix, BytesPerOutputCharacter);
    [all...]
  /external/clang/test/Index/
recursive-cxx-member-calls.cpp 52 bool startswith(StringRef Prefix) const {
53 return Length >= Prefix.Length &&
54 memcmp(Data, Prefix.Data, Prefix.Length) == 0;
188 // RUN: c-index-test -test-annotate-tokens=%s:1:1:186:1 -target x86_64-unknown-unknown %s 2>&1 | FileCheck -check-prefix=CHECK-tokens %s
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
StringRef.h 131 // Check the prefix for a mismatch.
196 /// startswith - Check if this string starts with the given \arg Prefix.
197 bool startswith(StringRef Prefix) const {
198 return Length >= Prefix.Length &&
199 compareMemory(Data, Prefix.Data, Prefix.Length) == 0;
  /external/tensorflow/tensorflow/java/src/gen/cc/
source_writer.h 72 // A common use case of a prefix is for commenting or documenting the code.
74 // The prefix is written after the indentation, For example, invoking
75 // Indent(2)->Prefix("//") will result in prefixing lines with " //".
77 // An empty value ("") will remove any line prefix that was previously set.
78 SourceWriter& Prefix(const char* line_prefix) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdxmldom.h 35 WCHAR *Prefix;
  /external/llvm/lib/Option/
OptTable.cpp 28 // beginning (thus options precede any other options which prefix them).
40 if (a == '\0') // A is a prefix of B.
42 if (b == '\0') // B is a prefix of A.
139 // Build prefix chars.
142 StringRef Prefix = I->getKey();
143 for (StringRef::const_iterator C = Prefix.begin(), CE = Prefix.end();
176 StringRef Prefix(*Pre);
177 if (Str.startswith(Prefix)) {
178 StringRef Rest = Str.substr(Prefix.size())
    [all...]
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 52 TestResult doTest(std::vector<std::string> &Prefix,
62 ReduceMiscompilingPasses::doTest(std::vector<std::string> &Prefix,
66 // with JUST the kept passes, discard the prefix passes.
96 if (Prefix.empty()) return NoFailure;
98 // Next, see if the program is broken if we run the "prefix" passes first,
100 outs() << "Checking to see if '" << getPassesString(Prefix)
103 // If it is not broken with the kept passes, it's possible that the prefix
105 // WORKS after the prefix passes, but then fails if running the prefix AND
107 // prefix passes, then discard the prefix passes
    [all...]
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
Miscompilation.cpp 51 virtual TestResult doTest(std::vector<std::string> &Prefix,
61 ReduceMiscompilingPasses::doTest(std::vector<std::string> &Prefix,
65 // with JUST the kept passes, discard the prefix passes.
95 if (Prefix.empty()) return NoFailure;
97 // Next, see if the program is broken if we run the "prefix" passes first,
99 outs() << "Checking to see if '" << getPassesString(Prefix)
102 // If it is not broken with the kept passes, it's possible that the prefix
104 // WORKS after the prefix passes, but then fails if running the prefix AND
106 // prefix passes, then discard the prefix passes.
    [all...]
  /external/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 656 OperandMatchResultTy parseIntWithPrefix(const char *Prefix, int64_t &Int);
657 OperandMatchResultTy parseIntWithPrefix(const char *Prefix,
663 OperandMatchResultTy parseStringWithPrefix(StringRef Prefix, StringRef &Value);
722 OperandMatchResultTy parseSDWASel(OperandVector &Operands, StringRef Prefix,
    [all...]
  /external/pdfium/third_party/lcms/src/
cmsnamed.c 532 cmsNAMEDCOLORLIST* CMSEXPORT cmsAllocNamedColorList(cmsContext ContextID, cmsUInt32Number n, cmsUInt32Number ColorantCount, const char* Prefix, const char* Suffix)
549 strncpy(v ->Prefix, Prefix, sizeof(v ->Prefix)-1);
551 v->Prefix[32] = v->Suffix[32] = 0;
572 NewNC= cmsAllocNamedColorList(v ->ContextID, v -> nColors, v ->ColorantCount, v ->Prefix, v ->Suffix);
583 memmove(NewNC ->Prefix, v ->Prefix, sizeof(v ->Prefix));
635 char* Prefix,
    [all...]
  /external/libexif/
libexif.spec 12 Prefix: %{_prefix}
  /external/llvm/include/llvm/ADT/
SmallString.h 129 /// startswith - Check if this string starts with the given \p Prefix.
130 bool startswith(StringRef Prefix) const {
131 return str().startswith(Prefix);
  /external/lzma/CPP/7zip/UI/Common/
Update.h 28 UString Prefix; // path(folder) prefix including slash
40 UString GetPathWithoutExt() const { return Prefix + Name; }
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
SmallString.h 129 /// startswith - Check if this string starts with the given \p Prefix.
130 bool startswith(StringRef Prefix) const {
131 return str().startswith(Prefix);
StringRef.h 182 // Check the prefix for a mismatch.
261 /// Check if this string starts with the given \p Prefix.
264 bool startswith(StringRef Prefix) const {
265 return Length >= Prefix.Length &&
266 compareMemory(Data, Prefix.Data, Prefix.Length) == 0;
269 /// Check if this string starts with the given \p Prefix, ignoring case.
271 bool startswith_lower(StringRef Prefix) const;
614 /// Return the longest prefix of 'this' such that every character
615 /// in the prefix satisfies the given predicate
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Format.h 166 bool Prefix)
168 HexPrefix(Prefix) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SmallString.h 129 /// startswith - Check if this string starts with the given \p Prefix.
130 bool startswith(StringRef Prefix) const {
131 return str().startswith(Prefix);
StringRef.h 182 // Check the prefix for a mismatch.
261 /// Check if this string starts with the given \p Prefix.
264 bool startswith(StringRef Prefix) const {
265 return Length >= Prefix.Length &&
266 compareMemory(Data, Prefix.Data, Prefix.Length) == 0;
269 /// Check if this string starts with the given \p Prefix, ignoring case.
271 bool startswith_lower(StringRef Prefix) const;
622 /// Return the longest prefix of 'this' such that every character
623 /// in the prefix satisfies the given predicate
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Format.h 166 bool Prefix)
168 HexPrefix(Prefix) {}
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
SmallString.h 129 /// startswith - Check if this string starts with the given \p Prefix.
130 bool startswith(StringRef Prefix) const {
131 return str().startswith(Prefix);
StringRef.h 185 // Check the prefix for a mismatch.
264 /// Check if this string starts with the given \p Prefix.
267 bool startswith(StringRef Prefix) const {
268 return Length >= Prefix.Length &&
269 compareMemory(Data, Prefix.Data, Prefix.Length) == 0;
272 /// Check if this string starts with the given \p Prefix, ignoring case.
274 bool startswith_lower(StringRef Prefix) const;
625 /// Return the longest prefix of 'this' such that every character
626 /// in the prefix satisfies the given predicate
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Format.h 166 bool Prefix)
168 HexPrefix(Prefix) {}
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
SmallString.h 129 /// startswith - Check if this string starts with the given \p Prefix.
130 bool startswith(StringRef Prefix) const {
131 return str().startswith(Prefix);

Completed in 798 milliseconds

<<11121314151617181920>>