OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Twine
(Results
176 - 200
of
208
) sorted by null
1
2
3
4
5
6
7
8
9
/external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp
[
all
...]
/external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp
300
OutStreamer.EmitRawText(
Twine
(temp.str().c_str()));
[
all
...]
/external/clang/unittests/Format/
FormatTest.cpp
104
verifyFormat(llvm::
Twine
("void f() { " + text + " }").str());
[
all
...]
/external/llvm/lib/Analysis/
Lint.cpp
140
void CheckFailed(const
Twine
&Message,
/external/llvm/lib/AsmParser/
LLLexer.cpp
16
#include "llvm/ADT/
Twine
.h"
32
bool LLLexer::Error(LocTy ErrorLoc, const
Twine
&Msg) const {
/external/llvm/lib/MC/
MachObjectWriter.cpp
12
#include "llvm/ADT/
Twine
.h"
344
Twine
(Align) + "'");
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp
718
PN->getName()+".off"+
Twine
(Offset), PN);
[
all
...]
/external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp
[
all
...]
/external/llvm/utils/TableGen/
AsmWriterEmitter.cpp
19
#include "llvm/ADT/
Twine
.h"
570
(
Twine
("Register definition missing alt name for '") +
[
all
...]
RegisterInfoEmitter.cpp
22
#include "llvm/ADT/
Twine
.h"
324
PrintWarning(Reg->getLoc(),
Twine
("DWARF numbers for register ") +
[
all
...]
/external/llvm/utils/yaml2obj/
yaml2obj.cpp
146
Twine
(KeyValue) + " must be a scalar value");
[
all
...]
/frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp
22
#include <llvm/ADT/
Twine
.h>
[
all
...]
ARMRelocator.cpp
10
#include <llvm/ADT/
Twine
.h>
/frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp
15
#include <llvm/ADT/
Twine
.h>
/external/clang/lib/Driver/
Tools.cpp
29
#include "llvm/ADT/
Twine
.h"
[
all
...]
/external/clang/lib/CodeGen/
CodeGenFunction.cpp
[
all
...]
CGExpr.cpp
54
const
Twine
&Name) {
68
const
Twine
&Name) {
77
const
Twine
&Name) {
[
all
...]
/external/llvm/include/llvm/Support/
CommandLine.h
24
#include "llvm/ADT/
Twine
.h"
252
bool error(const
Twine
&Message, StringRef ArgName = StringRef());
[
all
...]
/external/llvm/lib/Linker/
LinkModules.cpp
390
bool emitError(const
Twine
&Message) {
[
all
...]
/frameworks/compile/mclinker/lib/LD/
ELFReader.cpp
23
#include <llvm/ADT/
Twine
.h>
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
308
Twine
ErrMsg("non-trivial scalar-to-vector conversion");
400
Twine
ErrMsg("scalar-to-vector conversion failed");
[
all
...]
/external/clang/lib/AST/
TypePrinter.cpp
[
all
...]
/external/llvm/lib/CodeGen/
MachineVerifier.cpp
356
report_fatal_error("Found "+
Twine
(foundErrors)+" machine code errors.");
[
all
...]
/external/llvm/lib/IR/
PassManager.cpp
[
all
...]
Completed in 1858 milliseconds
1
2
3
4
5
6
7
8
9