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

1 2 3 45 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/
PathDiagnosticConsumers.h 33 const std::string &Prefix,\
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
SymbolSerializer.h 41 RecordPrefix Prefix;
42 Prefix.RecordKind = Kind;
43 Prefix.RecordLen = 0;
44 if (auto EC = Writer.writeObject(Prefix))
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Analysis/DomainSpecific/
CocoaConventions.h 27 bool isRefType(QualType RetTy, StringRef Prefix,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
HeaderMapTypes.h 25 uint32_t Prefix; // Offset (into strings) of value prefix.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/
PathDiagnosticConsumers.h 33 const std::string &Prefix,\
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
SymbolSerializer.h 41 RecordPrefix Prefix;
42 Prefix.RecordKind = Kind;
43 Prefix.RecordLen = 0;
44 if (auto EC = Writer.writeObject(Prefix))
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Analysis/DomainSpecific/
CocoaConventions.h 27 bool isRefType(QualType RetTy, StringRef Prefix,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
HeaderMapTypes.h 25 uint32_t Prefix; // Offset (into strings) of value prefix.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/
PathDiagnosticConsumers.h 33 const std::string &Prefix,\
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
SymbolSerializer.h 41 RecordPrefix Prefix;
42 Prefix.RecordKind = Kind;
43 Prefix.RecordLen = 0;
44 if (auto EC = Writer.writeObject(Prefix))
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/DomainSpecific/
CocoaConventions.h 27 bool isRefType(QualType RetTy, StringRef Prefix,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
HeaderMapTypes.h 25 uint32_t Prefix; // Offset (into strings) of value prefix.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/
PathDiagnosticConsumers.h 33 const std::string &Prefix,\
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
SymbolSerializer.h 41 RecordPrefix Prefix;
42 Prefix.RecordKind = Kind;
43 Prefix.RecordLen = 0;
44 if (auto EC = Writer.writeObject(Prefix))
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
CVRecord.h 68 const RecordPrefix *Prefix = nullptr;
72 if (auto EC = Reader.readObject(Prefix))
74 if (Prefix->RecordLen < 2)
76 Kind K = static_cast<Kind>(uint16_t(Prefix->RecordKind));
81 Reader.readBytes(RawData, Prefix->RecordLen + sizeof(uint16_t)))
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
CVRecord.h 68 const RecordPrefix *Prefix = nullptr;
72 if (auto EC = Reader.readObject(Prefix))
74 if (Prefix->RecordLen < 2)
76 Kind K = static_cast<Kind>(uint16_t(Prefix->RecordKind));
81 Reader.readBytes(RawData, Prefix->RecordLen + sizeof(uint16_t)))
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
CVRecord.h 68 const RecordPrefix *Prefix = nullptr;
72 if (auto EC = Reader.readObject(Prefix))
74 if (Prefix->RecordLen < 2)
76 Kind K = static_cast<Kind>(uint16_t(Prefix->RecordKind));
81 Reader.readBytes(RawData, Prefix->RecordLen + sizeof(uint16_t)))
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
CVRecord.h 68 const RecordPrefix *Prefix = nullptr;
72 if (auto EC = Reader.readObject(Prefix))
74 if (Prefix->RecordLen < 2)
76 Kind K = static_cast<Kind>(uint16_t(Prefix->RecordKind));
81 Reader.readBytes(RawData, Prefix->RecordLen + sizeof(uint16_t)))
  /external/swiftshader/third_party/LLVM/lib/Target/
Mangler.cpp 100 /// getNameWithPrefix - Fill OutName with the name of the appropriate prefix
116 const char *Prefix = MAI.getPrivateGlobalPrefix();
117 OutName.append(Prefix, Prefix+strlen(Prefix));
119 const char *Prefix = MAI.getLinkerPrivateGlobalPrefix();
120 OutName.append(Prefix, Prefix+strlen(Prefix));
123 const char *Prefix = MAI.getGlobalPrefix()
    [all...]
  /external/clang/lib/Format/
BreakableToken.cpp 138 return StartColumn + Prefix.size() + Postfix.size() +
140 StartColumn + Prefix.size(),
146 StringRef Prefix, StringRef Postfix, bool InPPDirective,
149 StartColumn(StartColumn), Prefix(Prefix), Postfix(Postfix) {
152 Prefix.size(), Tok.TokenText.size() - Prefix.size() - Postfix.size());
157 StringRef Prefix, StringRef Postfix, bool InPPDirective,
159 : BreakableSingleLineToken(Tok, IndentLevel, StartColumn, Prefix, Postfix,
166 StartColumn + Prefix.size() + Postfix.size()
    [all...]
  /external/tensorflow/tensorflow/core/util/tensor_bundle/
tensor_bundle_test.cc 37 string Prefix(const string& prefix) {
38 return strings::StrCat(testing::TmpDir(), "/", prefix);
116 Status FlipEndiannessBit(const string& prefix) {
118 const string metadata_tmp_path = Prefix("some_tmp_path");
125 const string filename = MetaFilename(prefix);
155 TF_RETURN_IF_ERROR(env->RenameFile(metadata_tmp_path, MetaFilename(prefix)));
162 BundleWriter writer(Env::Default(), Prefix("foo"));
170 BundleReader reader(Env::Default(), Prefix("foo"));
181 BundleReader reader(Env::Default(), Prefix("foo"))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
HeaderSearchOptions.h 67 /// A prefix to be matched against paths in \#include directives.
68 std::string Prefix;
70 /// True if paths beginning with this prefix should be treated as system
74 SystemHeaderPrefix(StringRef Prefix, bool IsSystemHeader)
75 : Prefix(Prefix), IsSystemHeader(IsSystemHeader) {}
205 /// path starting with \p Prefix should be considered as naming a system
207 void AddSystemHeaderPrefix(StringRef Prefix, bool IsSystemHeader) {
208 SystemHeaderPrefixes.emplace_back(Prefix, IsSystemHeader);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
HeaderSearchOptions.h 67 /// A prefix to be matched against paths in \#include directives.
68 std::string Prefix;
70 /// True if paths beginning with this prefix should be treated as system
74 SystemHeaderPrefix(StringRef Prefix, bool IsSystemHeader)
75 : Prefix(Prefix), IsSystemHeader(IsSystemHeader) {}
205 /// path starting with \p Prefix should be considered as naming a system
207 void AddSystemHeaderPrefix(StringRef Prefix, bool IsSystemHeader) {
208 SystemHeaderPrefixes.emplace_back(Prefix, IsSystemHeader);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
HeaderSearchOptions.h 67 /// A prefix to be matched against paths in \#include directives.
68 std::string Prefix;
70 /// True if paths beginning with this prefix should be treated as system
74 SystemHeaderPrefix(StringRef Prefix, bool IsSystemHeader)
75 : Prefix(Prefix), IsSystemHeader(IsSystemHeader) {}
205 /// path starting with \p Prefix should be considered as naming a system
207 void AddSystemHeaderPrefix(StringRef Prefix, bool IsSystemHeader) {
208 SystemHeaderPrefixes.emplace_back(Prefix, IsSystemHeader);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
HeaderSearchOptions.h 67 /// A prefix to be matched against paths in \#include directives.
68 std::string Prefix;
70 /// True if paths beginning with this prefix should be treated as system
74 SystemHeaderPrefix(StringRef Prefix, bool IsSystemHeader)
75 : Prefix(Prefix), IsSystemHeader(IsSystemHeader) {}
205 /// path starting with \p Prefix should be considered as naming a system
207 void AddSystemHeaderPrefix(StringRef Prefix, bool IsSystemHeader) {
208 SystemHeaderPrefixes.emplace_back(Prefix, IsSystemHeader);

Completed in 710 milliseconds

1 2 3 45 6 7 8 91011>>