HomeSort by relevance Sort by last modified time
    Searched defs:Names (Results 26 - 50 of 92) sorted by null

12 3 4

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdxmldom.h 21 struct _WSDXML_NAME *Names;
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 180 // If any capture names a function parameter pack, that pack is expanded
236 SmallVector<IdentifierInfo *, 4> Names;
248 Names.push_back(Name);
255 << (int)UPPC << (int)Names.size();
256 for (size_t I = 0, E = std::min(Names.size(), (size_t)2); I != E; ++I)
257 DB << Names[I];
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 395 // FIXME: We need a way to map from names to Type*.
405 static const char* Names[] = {
424 return i <= kCFNumberCGFloatType ? Names[i-1] : "Invalid CFNumberType";
    [all...]
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 509 // names to avoid having to convert back and forth every time.
547 StringSet<> Names;
549 Names.insert(Name);
554 ToDelete.reserve(M->named_metadata_size() - Names.size());
557 if (!Names.count(NamedMD.getName()) &&
    [all...]
  /external/llvm/lib/ProfileData/
InstrProf.cpp 32 cl::desc("Use full module build paths in the profile counter names for "
324 SmallVector<StringRef, 0> Names;
325 NameStrings.split(Names, getInstrProfNameSeparator());
326 for (StringRef &Name : Names)
  /external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 231 ConstantArray *Names =
233 for (unsigned I = 0, E = Names->getNumOperands(); I < E; ++I) {
234 Constant *NC = Names->getOperand(I);
424 // Collect the referenced names to be used by emitNameData.
  /external/llvm/lib/TableGen/
Record.cpp 1009 // TODO: Process arg names
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
BitcodeWriter.cpp 412 // Give section names unique ID's.
424 // Give section names unique ID's.
433 // Same for GC names.
694 SmallVector<StringRef, 4> Names;
695 M->getMDKindNames(Names);
697 if (Names.empty()) return;
701 for (unsigned MDKindID = 0, e = Names.size(); MDKindID != e; ++MDKindID) {
703 StringRef KName = Names[MDKindID];
    [all...]
  /external/webrtc/webrtc/base/
httpcommon.cc 57 static const char** Names;
60 static inline const char* Name(E val) { return Names[val]; }
63 if (!find_string(index, name, Names, Size))
80 template<> const char** Enum<e>::Names = n; \
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 407 // Give section names unique ID's.
419 // Give section names unique ID's.
428 // Same for GC names.
750 SmallVector<StringRef, 4> Names;
751 M->getMDKindNames(Names);
753 if (Names.empty()) return;
757 for (unsigned MDKindID = 0, e = Names.size(); MDKindID != e; ++MDKindID) {
759 StringRef KName = Names[MDKindID];
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 405 // Give section names unique ID's.
417 // Give section names unique ID's.
426 // Same for GC names.
748 SmallVector<StringRef, 4> Names;
749 M->getMDKindNames(Names);
751 if (Names.empty()) return;
755 for (unsigned MDKindID = 0, e = Names.size(); MDKindID != e; ++MDKindID) {
757 StringRef KName = Names[MDKindID];
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 418 // Give section names unique ID's.
430 // Give section names unique ID's.
439 // Same for GC names.
778 SmallVector<StringRef, 4> Names;
779 M->getMDKindNames(Names);
781 if (Names.empty()) return;
785 for (unsigned MDKindID = 0, e = Names.size(); MDKindID != e; ++MDKindID) {
787 StringRef KName = Names[MDKindID];
    [all...]
  /frameworks/native/vulkan/libvulkan/
api.cpp 45 // Provide overridden layer names when there are implicit layers. No effect
65 VkResult Parse(const char* const* names, uint32_t count) {
80 // add implicit layer names
86 // add explicit layer names
89 if (IsImplicitLayer(names[i]))
92 names_[name_count_++] = names[i];
98 const char* const* Names() const { return names_; }
136 // debug.vulkan.layers specifies colon-separated layer names
303 // Provide overridden extension names when there are implicit extensions.
322 VkResult Parse(const char* const* names, uint32_t count)
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
ASTMatchersInternal.h 265 /// descendants of the node or bind matched nodes to names. If you are
678 explicit HasNameMatcher(std::vector<std::string> Names);
705 const std::vector<std::string> Names;
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 764 const char * const Names[5];
    [all...]
  /external/swiftshader/third_party/LLVM/lib/TableGen/
Record.cpp 1098 // TODO: Process arg names
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
ASTMatchersInternal.h 265 /// descendants of the node or bind matched nodes to names. If you are
678 explicit HasNameMatcher(std::vector<std::string> Names);
705 const std::vector<std::string> Names;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 792 const char * const Names[5];
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
ASTMatchersInternal.h 265 /// descendants of the node or bind matched nodes to names. If you are
678 explicit HasNameMatcher(std::vector<std::string> Names);
705 const std::vector<std::string> Names;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 792 const char * const Names[5];
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
ASTMatchersInternal.h 265 /// descendants of the node or bind matched nodes to names. If you are
678 explicit HasNameMatcher(std::vector<std::string> Names);
705 const std::vector<std::string> Names;
    [all...]

Completed in 4947 milliseconds

12 3 4