OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConstraintStr
(Results
1 - 6
of
6
) sorted by null
/external/clang/include/clang/Basic/
TargetInfo.h
331
std::string
ConstraintStr
; // constraint: "=rm"
334
ConstraintInfo(llvm::StringRef
ConstraintStr
, llvm::StringRef Name)
335
: Flags(0), TiedOperand(-1),
ConstraintStr
(
ConstraintStr
.str()),
338
const std::string &getConstraintStr() const { return
ConstraintStr
; }
/external/clang/lib/Basic/
TargetInfo.cpp
386
const char *Name = Info.
ConstraintStr
.c_str();
/external/clang/lib/CodeGen/
CGStmt.cpp
[
all
...]
CodeGenFunction.h
[
all
...]
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
742
const std::string &
ConstraintStr
= IA->getConstraintString();
743
Record.push_back(
ConstraintStr
.size());
744
for (unsigned i = 0, e =
ConstraintStr
.size(); i != e; ++i)
745
Record.push_back(
ConstraintStr
[i]);
[
all
...]
/frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp
819
const std::string &
ConstraintStr
= IA->getConstraintString();
820
Record.push_back(
ConstraintStr
.size());
821
for (unsigned i = 0, e =
ConstraintStr
.size(); i != e; ++i)
822
Record.push_back(
ConstraintStr
[i]);
[
all
...]
Completed in 461 milliseconds