HomeSort by relevance Sort by last modified time
    Searched refs:Clobbers (Results 1 - 12 of 12) sorted by null

  /external/clang/lib/AST/
Stmt.cpp 415 StringLiteral **Clobbers,
435 C.Deallocate(this->Clobbers);
436 this->Clobbers = new (C) StringLiteral*[NumClobbers];
437 std::copy(Clobbers, Clobbers + NumClobbers, this->Clobbers);
653 unsigned numclobbers, StringLiteral **clobbers,
669 Clobbers = new (C) StringLiteral*[NumClobbers];
670 std::copy(clobbers, clobbers + NumClobbers, Clobbers)
    [all...]
  /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/llvm/include/llvm/MC/MCParser/
MCAsmParser.h 100 SmallVectorImpl<std::string> &Clobbers,
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 93 Expr *asmString, MultiExprArg clobbers,
95 unsigned NumClobbers = clobbers.size();
100 StringLiteral **Clobbers = reinterpret_cast<StringLiteral**>(clobbers.data());
195 // Check that the clobbers are valid.
197 StringLiteral *Literal = Clobbers[i];
212 NumClobbers, Clobbers, RParenLoc);
652 SmallVector<std::string, 4> Clobbers;
655 Clobbers, MII, IP, MCAPSI))
659 unsigned NumClobbers = Clobbers.size()
    [all...]
TreeTransform.h     [all...]
  /external/llvm/lib/CodeGen/
MachineInstrBundle.cpp 292 PRI.Clobbers = true; // Regmask clobbers Reg.
323 PRI.Clobbers = true; // Reg or an overlapping reg is defined.
MachineBasicBlock.cpp     [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 217 SmallVectorImpl<std::string> &Clobbers,
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 312 SmallVector<StringLiteral*, 16> Clobbers;
314 Clobbers.push_back(cast_or_null<StringLiteral>(Reader.ReadSubStmt()));
319 Clobbers.data(), NumClobbers);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 384 milliseconds