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

1 2 3 4 5 6 7 891011>>

  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Option/
Option.h 98 /// \brief Get the name of this option without any prefix.
126 /// \brief Get the default prefix for this option.
128 const char *Prefix = *Info->Prefixes;
129 return Prefix ? Prefix : StringRef();
132 /// \brief Get the name of this option with the default prefix.
205 /// \param ArgSize The number of bytes taken up by the matched Option prefix
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Option/
Option.h 98 /// \brief Get the name of this option without any prefix.
126 /// \brief Get the default prefix for this option.
128 const char *Prefix = *Info->Prefixes;
129 return Prefix ? Prefix : StringRef();
132 /// \brief Get the name of this option with the default prefix.
205 /// \param ArgSize The number of bytes taken up by the matched Option prefix
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Option/
Option.h 98 /// \brief Get the name of this option without any prefix.
126 /// \brief Get the default prefix for this option.
128 const char *Prefix = *Info->Prefixes;
129 return Prefix ? Prefix : StringRef();
132 /// \brief Get the name of this option with the default prefix.
205 /// \param ArgSize The number of bytes taken up by the matched Option prefix
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
Option.h 89 /// \brief Get the name of this option without any prefix.
117 /// \brief Get the default prefix for this option.
119 const char *Prefix = *Info->Prefixes;
120 return Prefix ? Prefix : StringRef();
123 /// \brief Get the name of this option with the default prefix.
195 /// \param ArgSize The number of bytes taken up by the matched Option prefix
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Option/
Option.h 97 /// \brief Get the name of this option without any prefix.
125 /// \brief Get the default prefix for this option.
127 const char *Prefix = *Info->Prefixes;
128 return Prefix ? Prefix : StringRef();
131 /// \brief Get the name of this option with the default prefix.
203 /// \param ArgSize The number of bytes taken up by the matched Option prefix
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Option/
Option.h 97 /// \brief Get the name of this option without any prefix.
125 /// \brief Get the default prefix for this option.
127 const char *Prefix = *Info->Prefixes;
128 return Prefix ? Prefix : StringRef();
131 /// \brief Get the name of this option with the default prefix.
203 /// \param ArgSize The number of bytes taken up by the matched Option prefix
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Option/
Option.h 98 /// \brief Get the name of this option without any prefix.
126 /// \brief Get the default prefix for this option.
128 const char *Prefix = *Info->Prefixes;
129 return Prefix ? Prefix : StringRef();
132 /// \brief Get the name of this option with the default prefix.
205 /// \param ArgSize The number of bytes taken up by the matched Option prefix
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Option/
Option.h 98 /// \brief Get the name of this option without any prefix.
126 /// \brief Get the default prefix for this option.
128 const char *Prefix = *Info->Prefixes;
129 return Prefix ? Prefix : StringRef();
132 /// \brief Get the name of this option with the default prefix.
205 /// \param ArgSize The number of bytes taken up by the matched Option prefix
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Option/
Option.h 98 /// \brief Get the name of this option without any prefix.
126 /// \brief Get the default prefix for this option.
128 const char *Prefix = *Info->Prefixes;
129 return Prefix ? Prefix : StringRef();
132 /// \brief Get the name of this option with the default prefix.
205 /// \param ArgSize The number of bytes taken up by the matched Option prefix
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Option/
Option.h 98 /// \brief Get the name of this option without any prefix.
126 /// \brief Get the default prefix for this option.
128 const char *Prefix = *Info->Prefixes;
129 return Prefix ? Prefix : StringRef();
132 /// \brief Get the name of this option with the default prefix.
205 /// \param ArgSize The number of bytes taken up by the matched Option prefix
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/
gtest-typed-test.h 73 // prefix.
77 // TestFixture::" prefix.
137 // argument to the INSTANTIATE_* macro is a prefix that will be added
250 # define INSTANTIATE_TYPED_TEST_CASE_P(Prefix, CaseName, Types) \
251 bool gtest_##Prefix##_##CaseName GTEST_ATTRIBUTE_UNUSED_ = \
255 #Prefix, #CaseName, GTEST_REGISTERED_TEST_NAMES_(CaseName))
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/
gtest-typed-test.h 73 // prefix.
77 // TestFixture::" prefix.
137 // argument to the INSTANTIATE_* macro is a prefix that will be added
250 # define INSTANTIATE_TYPED_TEST_CASE_P(Prefix, CaseName, Types) \
251 bool gtest_##Prefix##_##CaseName GTEST_ATTRIBUTE_UNUSED_ = \
255 #Prefix, #CaseName, GTEST_REGISTERED_TEST_NAMES_(CaseName))
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
decode.go 45 xCondPrefix // switch on presence of instruction prefix
172 // instPrefix returns an Inst describing just one prefix byte.
173 // It is only used if there is a prefix followed by an unintelligible
181 p := Prefix(b)
196 // Note: using composite literal with Prefix key confuses 'bundle' tool.
198 inst.Prefix = Prefixes{p}
253 // prefix decoding information
256 lockIndex = -1 // index of LOCK prefix in src and inst.Prefix
257 repIndex = -1 // index of REP/REPN prefix in src and inst.Prefi
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
decode.go 45 xCondPrefix // switch on presence of instruction prefix
172 // instPrefix returns an Inst describing just one prefix byte.
173 // It is only used if there is a prefix followed by an unintelligible
181 p := Prefix(b)
196 // Note: using composite literal with Prefix key confuses 'bundle' tool.
198 inst.Prefix = Prefixes{p}
253 // prefix decoding information
256 lockIndex = -1 // index of LOCK prefix in src and inst.Prefix
257 repIndex = -1 // index of REP/REPN prefix in src and inst.Prefi
    [all...]
  /art/libartbase/base/
hex_dump_test.cc 63 TEST(HexDump, Prefix) {
66 oss << HexDump(test_text, strlen(test_text), false, "test prefix: ");
68 "test prefix: " ZEROPREFIX "00000000: 30 31 32 33 34 35 36 37 38 39 61 62 63 64 65 66 "
  /external/giflib/
gif_lib_private.h 52 GifPrefixType Prefix[LZ_MAX_CODE + 1];
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 76 ReducePassList::doTest(std::vector<std::string> &Prefix,
81 if (!Prefix.empty()) {
83 << getPassesString(Prefix) << ": ";
84 if (BD.runPasses(BD.getProgram(), Prefix, PrefixOutput))
127 TestResult doTest(std::vector<GlobalVariable*> &Prefix,
132 if (!Prefix.empty() && TestGlobalVariables(Prefix))
197 TestResult doTest(std::vector<Function*> &Prefix,
202 if (!Prefix.empty() && TestFuncs(Prefix))
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Intrinsics.h 75 ID getIntrinsicForGCCBuiltin(const char *Prefix, const char *BuiltinName);
  /external/swiftshader/third_party/LLVM/utils/TableGen/
X86RecognizableInstr.cpp 210 Prefix = byteFromRec(Rec, "Prefix");
296 else if (HasVEX_LPrefix && Prefix == X86Local::XS)
298 else if (HasVEX_LPrefix && Prefix == X86Local::XD)
300 else if (HasVEX_WPrefix && Prefix == X86Local::XS)
302 else if (HasVEX_WPrefix && Prefix == X86Local::XD)
308 else if (Prefix == X86Local::XD)
310 else if (Prefix == X86Local::XS)
318 (Prefix == X86Local::XD || Prefix == X86Local::TF)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
SanitizerSpecialCaseList.h 34 bool inSection(SanitizerMask Mask, StringRef Prefix, StringRef Query,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
SanitizerSpecialCaseList.h 34 bool inSection(SanitizerMask Mask, StringRef Prefix, StringRef Query,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
SanitizerSpecialCaseList.h 34 bool inSection(SanitizerMask Mask, StringRef Prefix, StringRef Query,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
SanitizerSpecialCaseList.h 34 bool inSection(SanitizerMask Mask, StringRef Prefix, StringRef Query,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
SanitizerSpecialCaseList.h 34 bool inSection(SanitizerMask Mask, StringRef Prefix, StringRef Query,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
SanitizerSpecialCaseList.h 34 bool inSection(SanitizerMask Mask, StringRef Prefix, StringRef Query,

Completed in 599 milliseconds

1 2 3 4 5 6 7 891011>>