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

  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCUnusedIVarsChecker.cpp 29 enum IVarState { Unused, Used };
40 I->second = Used;
65 I->second = Used;
159 << "' is never used by the methods in its @implementation "
160 "(although it may be used by category methods).";
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 110 bool Used;
112 InputArg() : VT(MVT::Other), Used(false) {}
113 InputArg(ArgFlagsTy flags, EVT vt, bool used)
114 : Flags(flags), Used(used) {
  /external/llvm/lib/CodeGen/
RenderMachineFunction.h 258 typedef enum { Dead, Defined, Used, AliveReg, AliveStack } LiveState;
  /external/llvm/tools/lto/
LTOModule.cpp 11 // intended to be used by linker to optimize code at link time.
464 enum State { NeverSeen, Global, Defined, DefinedGlobal, Used};
478 case Used:
493 case Used:
507 case Used:
508 S = Used;
654 Value == RecordStreamer::Used)
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 476 bool Used, bool Renamed) {
480 if (Used)
580 bool Used = UsedInReloc.count(&Symbol);
585 Used || WeakrefUsed || isSignature,
595 bool Local = isLocal(*it, isSignature, Used);
602 if (RefSymbol.isUndefined() && !Used && WeakrefUsed)
611 if (isSignature && !Used)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 82 /// As such, this method can be used to do an exact bit-for-bit comparison of
360 llvm_unreachable("Should only be used on nodes with operands");
583 // Drop all of the operands and decrement used node's use counts.
789 // The SDNode allocators cannot be used to allocate nodes with fields that are
817 // The MachineNode allocators cannot be used to allocate nodes with fields
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 90 milliseconds