OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Clobbers
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h
170
///
Clobbers
- Reg or an overlapping register is defined, or a regmask
171
///
clobbers
Reg.
172
bool
Clobbers
;
/external/clang/lib/Sema/
SemaStmtAsm.cpp
81
Expr *asmString, MultiExprArg
clobbers
,
83
unsigned NumClobbers =
clobbers
.size();
87
StringLiteral **
Clobbers
= reinterpret_cast<StringLiteral**>(
clobbers
.data());
190
// Check that the
clobbers
are valid.
192
StringLiteral *Literal =
Clobbers
[i];
207
AsmString, NumClobbers,
Clobbers
, RParenLoc);
477
ArrayRef<StringRef>
Clobbers
,
485
Clobbers
, EndLoc);
TreeTransform.h
[
all
...]
/external/clang/lib/Parse/
ParseStmt.cpp
[
all
...]
/external/clang/lib/Serialization/
ASTReaderStmt.cpp
329
SmallVector<StringLiteral*, 16>
Clobbers
;
331
Clobbers
.push_back(cast_or_null<StringLiteral>(Reader.ReadSubStmt()));
336
Clobbers
.data(), NumClobbers);
356
// Read the
clobbers
.
358
SmallVector<StringRef, 16>
Clobbers
;
360
Clobbers
.reserve(S->NumClobbers);
363
Clobbers
.push_back(ClobbersData.back());
381
Constraints, Exprs,
Clobbers
);
[
all
...]
/external/clang/include/clang/AST/
Stmt.h
[
all
...]
Completed in 116 milliseconds