HomeSort by relevance Sort by last modified time
    Searched defs:Used (Results 1 - 8 of 8) 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.
466 enum State { NeverSeen, Global, Defined, DefinedGlobal, Used};
480 case Used:
495 case Used:
509 case Used:
510 S = Used;
647 Value == RecordStreamer::Used)
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 466 bool Used, bool Renamed) {
470 if (Used)
570 bool Used = UsedInReloc.count(&Symbol);
575 Used || WeakrefUsed || isSignature,
585 bool Local = isLocal(*it, isSignature, Used);
592 if (RefSymbol.isUndefined() && !Used && WeakrefUsed)
601 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");
581 // Drop all of the operands and decrement used node's use counts.
784 // The SDNode allocators cannot be used to allocate nodes with fields that are
812 // The MachineNode allocators cannot be used to allocate nodes with fields
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 122 // used. Unfortunately, this means that a PCH compiled without
123 // optimization can't be used with optimization turned on, even
327 // Determine which predefines that were used to build the PCH file are missing
424 // defined were not used within the precompiled header.
445 // Check whether this name was used somewhere in the PCH file. If
589 /// \brief The on-disk hash table used for the global method pool.
599 // not build a new one. Used when deserializing information about an
731 /// \brief The on-disk hash table used to contain information about
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 108 milliseconds