HomeSort by relevance Sort by last modified time
    Searched refs:Names (Results 1 - 25 of 52) sorted by null

1 2 3

  /frameworks/compile/libbcc/lib/Transforms/
BCCTransforms.h 21 llvm::ModulePass *createForEachExpandPass(std::vector<std::string>& Names,
ForEachExpand.cpp 111 ForEachExpandPass(std::vector<std::string>& Names,
113 : ModulePass(ID), M(NULL), C(NULL), mNames(Names),
364 llvm::ModulePass *createForEachExpandPass(std::vector<std::string>& Names,
366 return new ForEachExpandPass(Names, Signatures);
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 42 /// InitLibcallNames - Set default libcall names.
44 static void InitLibcallNames(const char **Names) {
45 Names[RTLIB::SHL_I16] = "__ashlhi3";
46 Names[RTLIB::SHL_I32] = "__ashlsi3";
47 Names[RTLIB::SHL_I64] = "__ashldi3";
48 Names[RTLIB::SHL_I128] = "__ashlti3";
49 Names[RTLIB::SRL_I16] = "__lshrhi3";
50 Names[RTLIB::SRL_I32] = "__lshrsi3";
51 Names[RTLIB::SRL_I64] = "__lshrdi3";
52 Names[RTLIB::SRL_I128] = "__lshrti3"
    [all...]
  /external/clang/lib/Basic/
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...]
Builtins.cpp 67 Builtin::Context::GetBuiltinNames(SmallVectorImpl<const char *> &Names,
69 // Final all target-independent names
72 Names.push_back(BuiltinInfo[i].Name);
74 // Find target-specific names.
77 Names.push_back(TSRecords[i].Name);
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();
Targets.cpp 595 virtual void getGCCRegNames(const char * const *&Names,
773 void PPCTargetInfo::getGCCRegNames(const char * const *&Names,
775 Names = GCCRegNames;
    [all...]
  /external/llvm/utils/TableGen/
SubtargetEmitter.h 38 void FormItineraryStageString(const std::string &Names,
43 void FormItineraryBypassString(const std::string &Names,
  /external/llvm/lib/VMCore/
LLVMContext.cpp 152 void LLVMContext::getMDKindNames(SmallVectorImpl<StringRef> &Names) const {
153 Names.resize(pImpl->CustomMDKindNames.size());
156 Names[I->second] = I->first();
  /libcore/json/src/main/java/org/json/
JSONTokener.java 365 throw syntaxError("Names cannot be null");
367 throw syntaxError("Names must be strings, but " + name
  /frameworks/compile/slang/
llvm-rs-link.cpp 69 std::vector<const char *> &Names) {
92 Names.push_back(Name->getString().data());
97 static bool GetExportSymbols(Module *M, std::vector<const char *> &Names) {
101 Result |= GetExportSymbolNames(EV, RS_EXPORT_VAR_NAME, Names);
104 Result |= GetExportSymbolNames(EF, RS_EXPORT_FUNC_NAME, Names);
  /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]));
Stmt.cpp 327 IdentifierInfo **Names,
340 C.Deallocate(this->Names);
341 this->Names = new (C) IdentifierInfo*[NumExprs];
342 std::copy(Names, Names + NumExprs, this->Names);
531 IdentifierInfo **names, StringLiteral **constraints,
540 Names = new (C) IdentifierInfo*[NumExprs];
541 std::copy(names, names + NumExprs, Names)
    [all...]
  /frameworks/compile/libbcc/include/bcinfo/
MetadataExtractor.h 65 bool populateForEachMetadata(const llvm::NamedMDNode *Names,
103 * \return array of exported variable names.
117 * \return array of exported function names.
138 * \return array of exported ForEach function names.
  /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...]
  /external/clang/include/clang/Basic/
Builtins.h 75 /// \brief Popular the vector with the names of all of the builtins.
76 void GetBuiltinNames(SmallVectorImpl<const char *> &Names,
TargetInfo.h 493 const char * const Names[5];
680 virtual void getGCCRegNames(const char * const *&Names,
  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 39 // Name of metadata node where exported variable names reside (should be
43 // Name of metadata node where exported function names reside (should be
306 const llvm::NamedMDNode *Names,
308 if (!Names && !Signatures) {
356 if (Names) {
358 llvm::MDNode *Name = Names->getOperand(i);
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Compiler.h 151 int runInternalPasses(std::vector<std::string>& Names,
  /external/webkit/LayoutTests/dom/html/level2/html/
table20.js 78 Names group of related headers.
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
table20.js 78 Names group of related headers.
  /external/clang/lib/Parse/
ParseStmt.cpp 929 // Names declared in the for-init-statement, and in the condition of if,
    [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/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/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 218 // FIXME: We need a way to map from names to Type*.
228 static const char* Names[] = {
247 return i <= kCFNumberCGFloatType ? Names[i-1] : "Invalid CFNumberType";

Completed in 499 milliseconds

1 2 3