HomeSort by relevance Sort by last modified time
    Searched refs:Implicit (Results 1 - 13 of 13) 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/include/clang/AST/
DeclBase.h 250 /// Implicit - Whether this declaration was implicitly generated by
252 unsigned Implicit : 1;
306 HasAttrs(false), Implicit(false), Used(false), Referenced(false),
316 HasAttrs(false), Implicit(false), Used(false), Referenced(false),
475 bool isImplicit() const { return Implicit; }
476 void setImplicit(bool I = true) { Implicit = I; }
    [all...]
ExprCXX.h 102 /// getImplicitObjectArgument - Retrieves the implicit object
111 /// the implicit object argument. Note that this is may not be the same
615 bool Implicit : 1;
625 Loc(L), Implicit(isImplicit) { }
634 bool isImplicit() const { return Implicit; }
635 void setImplicit(bool I) { Implicit = I; }
    [all...]
  /build/core/
pdk_config.mk 100 # Implicit pattern rules to copy the fusion files to the system image directory.
128 # implicit rules for all others
  /external/v8/test/mjsunit/
strict-mode-implicit-receiver.js 40 // Test calls to strict mode function with implicit receiver.
48 // Test calls to local strict mode function with implicit receiver.
67 // Test call to catch variable strict-mode function. Implicit
113 // Inline with implicit receiver.
  /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/llvm/lib/Target/X86/
X86FloatingPoint.cpp     [all...]
X86FrameLowering.cpp 192 MI->getOperand(3).setIsDead(); // The EFLAGS implicit def is dead.
699 MI->getOperand(3).setIsDead(); // The EFLAGS implicit def is dead.
794 // The EFLAGS implicit def is dead.
894 .addReg(StackPtr, RegState::Define | RegState::Implicit)
895 .addReg(X86::EFLAGS, RegState::Define | RegState::Implicit)
    [all...]
X86ISelLowering.cpp 489 // Locked instructions, in turn, have implicit fence semantics (all memory
    [all...]
X86InstrInfo.cpp     [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 759 LambdaExpr::Capture::Capture(SourceLocation Loc, bool Implicit,
765 if (Implicit)
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 891 bool Implicit = Record[Idx++] != 0;
892 if (Implicit) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 721 // Add implicit super-register defs and kills to the last instruction.
    [all...]

Completed in 698 milliseconds