HomeSort by relevance Sort by last modified time
    Searched defs:Implicit (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 31 Implicit = 0x4,
39 ImplicitDefine = Implicit | Define,
40 ImplicitKill = Implicit | Kill
65 flags & RegState::Implicit,
310 return B ? RegState::Implicit : 0;
  /external/clang/lib/Sema/
SemaAccess.cpp 772 // C. All other accesses involve a (possibly implicit) object
800 // implicit member. Pending clarification, we just apply the
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 901 bool Implicit = Record[Idx++] != 0;
902 if (Implicit) {
    [all...]

Completed in 141 milliseconds