HomeSort by relevance Sort by last modified time
    Searched defs:Names (Results 1 - 15 of 15) sorted by null

  /external/clang/lib/AST/
NSAPI.cpp 228 const char **Names;
231 Names = InstanceSelectorName;
234 Names = ClassSelectorName;
238 Sels[MK] = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(Names[MK]));
  /external/clang/lib/Basic/
Module.cpp 106 llvm::SmallVector<StringRef, 2> Names;
108 // Build up the set of module names (from innermost to outermost).
110 Names.push_back(M->Name);
113 for (llvm::SmallVector<StringRef, 2>::reverse_iterator I = Names.rbegin(),
114 IEnd = Names.rend();
TargetInfo.cpp 214 const char * const *Names;
220 getGCCRegNames(Names, NumNames);
229 // Check register names.
231 if (Name == Names[i])
235 // Check any additional names that we have.
240 for (unsigned j = 0; j < llvm::array_lengthof(AddlNames[i].Names); j++) {
241 if (!AddlNames[i].Names[j])
244 // the bounds of the register names from above.
245 if (AddlNames[i].Names[j] == Name && AddlNames[i].RegNum < NumNames)
273 const char * const *Names;
    [all...]
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 173 SmallVector<IdentifierInfo *, 4> Names;
185 Names.push_back(Name);
192 = Names.size() == 0? Diag(Loc, diag::err_unexpanded_parameter_pack_0)
194 : Names.size() == 1? Diag(Loc, diag::err_unexpanded_parameter_pack_1)
195 << (int)UPPC << Names[0]
196 : Names.size() == 2? Diag(Loc, diag::err_unexpanded_parameter_pack_2)
197 << (int)UPPC << Names[0] << Names[1]
199 << (int)UPPC << Names[0] << Names[1]
    [all...]
TreeTransform.h 91 /// default locations and entity names used for type-checking
424 /// and destructor names and then (if needed) rebuilds the declaration name.
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
httpcommon.cc 72 static const char** Names;
75 static inline const char* Name(E val) { return Names[val]; }
78 if (!find_string(index, name, Names, Size))
95 template<> const char** Enum<e>::Names = n; \
  /external/clang/lib/Parse/
ParseStmt.cpp 929 // Names declared in the for-init-statement, and in the condition of if,
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 420 // Give section names unique ID's.
432 // Give section names unique ID's.
441 // Same for GC names.
703 SmallVector<StringRef, 4> Names;
704 M->getMDKindNames(Names);
706 if (Names.empty()) return;
710 for (unsigned MDKindID = 0, e = Names.size(); MDKindID != e; ++MDKindID) {
712 StringRef KName = Names[MDKindID];
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 463 // Give section names unique ID's.
473 // Give section names unique ID's.
482 // Same for GC names.
743 SmallVector<StringRef, 4> Names;
744 M->getMDKindNames(Names);
746 if (Names.empty()) return;
750 for (unsigned MDKindID = 0, e = Names.size(); MDKindID != e; ++MDKindID) {
752 StringRef KName = Names[MDKindID];
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 415 // Give section names unique ID's.
427 // Give section names unique ID's.
436 // Same for GC names.
697 SmallVector<StringRef, 4> Names;
698 M->getMDKindNames(Names);
700 if (Names.empty()) return;
704 for (unsigned MDKindID = 0, e = Names.size(); MDKindID != e; ++MDKindID) {
706 StringRef KName = Names[MDKindID];
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 493 const char * const Names[5];
680 virtual void getGCCRegNames(const char * const *&Names,
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 300 SmallVector<IdentifierInfo *, 16> Names;
304 Names.push_back(Reader.GetIdentifierInfo(F, Record, Idx));
315 Names.data(), Constraints.data(),
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 239 // Add the various names to the Dwarf accelerator table names.
519 /// source file names. If none currently exists, create a new id and insert it
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 1102 // TODO: Process arg names
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]

Completed in 609 milliseconds