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,
38 ImplicitDefine = Implicit | Define,
39 ImplicitKill = Implicit | Kill
64 flags & RegState::Implicit,
302 return B ? RegState::Implicit : 0;
  /external/clang/lib/Sema/
SemaAccess.cpp 765 // C. All other accesses involve a (possibly implicit) object
793 // implicit member. Pending clarification, we just apply the
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 891 bool Implicit = Record[Idx++] != 0;
892 if (Implicit) {
    [all...]

Completed in 623 milliseconds