HomeSort by relevance Sort by last modified time
    Searched refs:Twine (Results 26 - 50 of 255) sorted by null

12 3 4 5 6 7 8 91011

  /external/llvm/unittests/Support/
Path.cpp 289 ASSERT_NO_ERROR(fs::getUniqueID(Twine(TempPath), F1));
290 ASSERT_NO_ERROR(fs::getUniqueID(Twine(TempPath), F2));
300 ASSERT_NO_ERROR(fs::getUniqueID(Twine(TempPath2), D));
304 ASSERT_NO_ERROR(fs::remove(Twine(TempPath2)));
308 ASSERT_NO_ERROR(fs::create_link(Twine(TempPath), Twine(TempPath2)));
310 ASSERT_NO_ERROR(fs::getUniqueID(Twine(TempPath2), D2));
338 ASSERT_NO_ERROR(sys::fs::exists(Twine(TempPath), TempFileExists));
349 ASSERT_NO_ERROR(fs::status(Twine(TempPath), A));
350 ASSERT_NO_ERROR(fs::status(Twine(TempPath2), B))
    [all...]
FileOutputBufferTest.cpp 53 ASSERT_NO_ERROR(fs::file_size(Twine(File1), File1Size));
69 ASSERT_NO_ERROR(fs::exists(Twine(File2), Exists));
89 ASSERT_NO_ERROR(fs::file_size(Twine(File3), File3Size));
107 ASSERT_NO_ERROR(fs::status(Twine(File4), Status));
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParser.h 31 class Twine;
120 virtual void Note(SMLoc L, const Twine &Msg,
126 virtual bool Warning(SMLoc L, const Twine &Msg,
133 virtual bool Error(SMLoc L, const Twine &Msg,
144 bool TokError(const Twine &Msg, ArrayRef<SMRange> Ranges = None);
  /external/llvm/lib/IR/
DiagnosticInfo.cpp 16 #include "llvm/ADT/Twine.h"
95 const Twine &MsgStr,
149 return Twine(Filename + ":" + Twine(Line) + ":" + Twine(Column)).str();
173 const Twine &Msg) {
180 const Twine &Msg) {
188 const Twine &Msg) {
Mangler.cpp 16 #include "llvm/ADT/Twine.h"
23 static void getNameWithPrefixx(raw_ostream &OS, const Twine &GVName,
47 void Mangler::getNameWithPrefix(raw_ostream &OS, const Twine &GVName,
53 const Twine &GVName,
97 getNameWithPrefix(OS, "__unnamed_" + Twine(ID), PrefixTy);
Globals.cpp 132 Constant *InitVal, const Twine &Name,
152 const Twine &Name, GlobalVariable *Before,
241 const Twine &Name, Constant *Aliasee,
253 LinkageTypes Link, const Twine &Name,
259 LinkageTypes Linkage, const Twine &Name,
265 LinkageTypes Linkage, const Twine &Name,
270 GlobalAlias *GlobalAlias::create(LinkageTypes Link, const Twine &Name,
277 GlobalAlias *GlobalAlias::create(const Twine &Name, GlobalValue *Aliasee) {
  /external/clang/include/clang/Basic/
VirtualFileSystem.h 92 virtual std::error_code getBuffer(const Twine &Name,
164 recursive_directory_iterator(FileSystem &FS, const Twine &Path,
189 virtual llvm::ErrorOr<Status> status(const Twine &Path) = 0;
191 virtual std::error_code openFileForRead(const Twine &Path,
196 std::error_code getBufferForFile(const Twine &Name,
204 virtual directory_iterator dir_begin(const Twine &Dir,
233 llvm::ErrorOr<Status> status(const Twine &Path) override;
234 std::error_code openFileForRead(const Twine &Path,
236 directory_iterator dir_begin(const Twine &Dir, std::error_code &EC) override;
  /external/clang/lib/CodeGen/
CGBuilder.h 32 void InsertHelper(llvm::Instruction *I, const llvm::Twine &Name,
  /external/llvm/include/llvm/ADT/
Triple.h 13 #include "llvm/ADT/Twine.h"
174 explicit Triple(const Twine &Str);
175 Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr);
176 Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr,
177 const Twine &EnvironmentStr);
434 void setTriple(const Twine &Str)
    [all...]
  /external/llvm/lib/MC/MCParser/
MCAsmParser.cpp 11 #include "llvm/ADT/Twine.h"
36 bool MCAsmParser::TokError(const Twine &Msg, ArrayRef<SMRange> Ranges) {
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 57 Builder.defineMacro(MacroName, Twine(MacroBody) + "\\\n");
70 Builder.append(Twine("#include \"") +
77 Builder.append(Twine("#__include_macros \"") +
162 Builder.defineMacro(DefPrefix + "DENORM_MIN__", Twine(DenormMin)+Ext);
164 Builder.defineMacro(DefPrefix + "DIG__", Twine(Digits));
165 Builder.defineMacro(DefPrefix + "EPSILON__", Twine(Epsilon)+Ext);
168 Builder.defineMacro(DefPrefix + "MANT_DIG__", Twine(MantissaDigits));
170 Builder.defineMacro(DefPrefix + "MAX_10_EXP__", Twine(Max10Exp));
171 Builder.defineMacro(DefPrefix + "MAX_EXP__", Twine(MaxExp));
172 Builder.defineMacro(DefPrefix + "MAX__", Twine(Max)+Ext)
    [all...]
  /external/llvm/lib/Support/
Path.cpp 170 static std::error_code createUniqueEntity(const Twine &Model, int &ResultFD,
179 if (!sys::path::is_absolute(Twine(ModelStorage))) {
183 sys::path::append(TDir, Twine(ModelStorage));
206 sys::fs::openFileForWrite(Twine(ResultPath.begin()), ResultFD,
439 void append(SmallVectorImpl<char> &path, const Twine &a,
440 const Twine &b,
441 const Twine &c,
442 const Twine &d) {
500 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension) {
518 void native(const Twine &path, SmallVectorImpl<char> &result)
    [all...]
SpecialCaseList.cpp 58 Error = (Twine("Can't open file '") + Path + "': " + EC.message()).str();
97 Error = (Twine("Malformed line ") + Twine(LineNo) + ": '" +
134 Error = (Twine("Malformed regex in line ") + Twine(LineNo) + ": '" +
  /external/clang/include/clang/Tooling/
Tooling.h 41 #include "llvm/ADT/Twine.h"
142 bool runToolOnCode(clang::FrontendAction *ToolAction, const Twine &Code,
143 const Twine &FileName = "input.cc");
154 bool runToolOnCodeWithArgs(clang::FrontendAction *ToolAction, const Twine &Code,
156 const Twine &FileName = "input.cc");
164 std::unique_ptr<ASTUnit> buildASTFromCode(const Twine &Code,
165 const Twine &FileName = "input.cc");
175 buildASTFromCodeWithArgs(const Twine &Code,
177 const Twine &FileName = "input.cc");
  /external/llvm/lib/CodeGen/
ScheduleDAGPrinter.cpp 86 void ScheduleDAG::viewGraph(const Twine &Name, const Twine &Title) {
  /external/llvm/include/llvm/IR/
Instructions.h 64 const Twine &Name = "",
67 const Twine &Name, BasicBlock *InsertAtEnd);
69 AllocaInst(Type *Ty, const Twine &Name, Instruction *InsertBefore = nullptr);
70 AllocaInst(Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd);
73 const Twine &Name = "", Instruction *InsertBefore = nullptr);
75 const Twine &Name, BasicBlock *InsertAtEnd);
157 LoadInst(Value *Ptr, const Twine &NameStr, Instruction *InsertBefore);
158 LoadInst(Value *Ptr, const Twine &NameStr, BasicBlock *InsertAtEnd);
159 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile = false,
161 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile
    [all...]
Argument.h 17 #include "llvm/ADT/Twine.h"
47 explicit Argument(Type *Ty, const Twine &Name = "", Function *F = nullptr);
GlobalObject.h 31 LinkageTypes Linkage, const Twine &Name)
GlobalVariable.h 23 #include "llvm/ADT/Twine.h"
58 Constant *Initializer = nullptr, const Twine &Name = "",
65 const Twine &Name = "", GlobalVariable *InsertBefore = nullptr,
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 17 #include "llvm/ADT/Twine.h"
60 Twine(Val - dwarf::DW_CFA_offset) + ")");
115 OutStreamer.AddComment(Twine(Desc) + " Encoding = " +
116 Twine(DecodeDWARFEncoding(Val)));
118 OutStreamer.AddComment(Twine("Encoding = ") + DecodeDWARFEncoding(Val));
197 Streamer.EmitULEB128(Reg, Twine(Reg));
210 Streamer.EmitULEB128(Reg, Twine(Reg));
226 Streamer.EmitULEB128(SizeInBits, Twine(SizeInBits));
227 Streamer.EmitULEB128(OffsetInBits, Twine(OffsetInBits));
231 Streamer.EmitULEB128(ByteSize, Twine(ByteSize))
    [all...]
OcamlGCPrinter.cpp 131 "Frame size " + Twine(FrameSize) + ">= 65536.\n"
132 "(" + Twine(uintptr_t(&FI)) + ")");
136 Twine(FI.getFunction().getName()));
145 "Live root count "+Twine(LiveCount)+" >= 65536.");
  /external/llvm/lib/Target/R600/
AMDGPUAsmPrinter.cpp 75 OutStreamer.emitRawComment(Twine('@') + MF.getName() + Twine(':'));
108 OutStreamer.emitRawComment(" codeLenInByte = " + Twine(KernelInfo.CodeLen),
110 OutStreamer.emitRawComment(" NumSgprs: " + Twine(KernelInfo.NumSGPR),
112 OutStreamer.emitRawComment(" NumVgprs: " + Twine(KernelInfo.NumVGPR),
114 OutStreamer.emitRawComment(" FloatMode: " + Twine(KernelInfo.FloatMode),
116 OutStreamer.emitRawComment(" IeeeMode: " + Twine(KernelInfo.IEEEMode),
121 Twine("SQ_PGM_RESOURCES:STACK_SIZE = " + Twine(MFI->StackSize)));
  /external/clang/unittests/Tooling/
TestVisitor.h 123 void DisallowMatch(Twine Match, unsigned Line, unsigned Column) {
131 void ExpectMatch(Twine Match, unsigned Line, unsigned Column) {
172 MatchCandidate(Twine Name, unsigned LineNumber, unsigned ColumnNumber)
203 ExpectedMatch(Twine Name, unsigned LineNumber, unsigned ColumnNumber)
  /external/clang/tools/libclang/
CXStoredDiagnostic.cpp 23 #include "llvm/ADT/Twine.h"
61 *Disable = cxstring::createDup((Twine("-Wno-") + Option).str());
62 return cxstring::createDup((Twine("-W") + Option).str());
  /external/llvm/lib/TableGen/
TGLexer.h 27 class Twine;
115 tgtok::TokKind ReturnError(const char *Loc, const Twine &Msg);

Completed in 1855 milliseconds

12 3 4 5 6 7 8 91011