HomeSort by relevance Sort by last modified time
    Searched defs:Unused (Results 1 - 25 of 37) sorted by null

1 2

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
xray-extract.cpp 74 static CommandRegistration Unused(&Extract, []() -> Error {
xray-converter.cpp 358 static CommandRegistration Unused(&Convert, []() -> Error {
xray-graph-diff.cpp 428 static CommandRegistration Unused(&GraphDiff, []() -> Error {
xray-graph.cpp 487 static CommandRegistration Unused(&GraphC, []() -> Error {
xray-account.cpp 441 static CommandRegistration Unused(&Account, []() -> Error {
xray-stacks.cpp 688 static CommandRegistration Unused(&Stack, []() -> Error {
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARC.h 55 bool Unused = CI->use_empty();
57 if (!Unused) {
68 if (Unused)
  /external/flatbuffers/tests/union_vector/
Character.cs 13 Unused = 6,
Character.java 11 public static final byte Unused = 6;
13 public static final String[] names = { "NONE", "MuLan", "Rapunzel", "Belle", "BookFan", "Other", "Unused", };
union_vector_generated.js 13 Unused: 6, 6: 'Unused'
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
ObjCARC.h 55 bool Unused = CI->use_empty();
57 if (!Unused) {
68 if (Unused)
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCUnusedIVarsChecker.cpp 1 //==- ObjCUnusedIVarsChecker.cpp - Check for unused ivars --------*- C++ -*-==//
30 enum IVarState { Unused, Used };
118 // (b) explicitly marked unused
127 M[Ivar] = Unused;
136 // Any potentially unused ivars?
139 if (I->second == Unused) {
147 // We found some potentially unused ivars. Scan the entire translation unit
155 // Find ivars that are unused.
157 if (I->second == Unused) {
166 BR.EmitBasicReport(D, Checker, "Unused instance variable", "Optimization"
    [all...]
  /external/clang/test/SemaCXX/
warn-unused-value.cpp 16 box->i; // expected-warning {{expression result unused}}
19 // expected-warning@-2 {{expression result unused}}
34 NOP(f1 == f2); // expected-warning {{expression result unused}}
46 &x[0]; // expected-warning {{expression result unused}}
63 struct __attribute__((warn_unused)) Unused {
64 Unused();
65 Unused(int);
66 Unused(int, int);
72 Unused(); // expected-warning {{expression result unused}}
    [all...]
  /external/swiftshader/src/Device/
Vertex.hpp 45 Unused,
46 VERTEX_OUTPUT_LAST = Unused,
  /external/swiftshader/src/Renderer/
Vertex.hpp 45 Unused,
46 VERTEX_OUTPUT_LAST = Unused,
  /external/libchrome/base/
callback_unittest.cc 158 callback_ = Bind(&CallbackOwner::Unused, this);
171 void Unused() {
  /external/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.cpp 239 SDValue Unused = DAG.getNode(SystemZISD::STRCMP, DL, VTs, Chain, Src1, Src2,
241 Chain = Unused.getValue(1);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.cpp 235 SDValue Unused = DAG.getNode(SystemZISD::STRCMP, DL, VTs, Chain, Src1, Src2,
237 SDValue CCReg = Unused.getValue(1);
238 Chain = Unused.getValue(2);
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
ElTorito.h 78 CHAR8 Unused[32]; ///< Must be 0
90 UINT8 Unused; ///< Must be 0
  /external/google-breakpad/src/testing/include/gmock/
gmock-actions.h 898 // An Unused object can be implicitly constructed from ANY value.
921 // // We can declare any uninteresting argument as Unused.
922 // double DistanceToOrigin(Unused, double x, double y) {
928 typedef internal::IgnoredValue Unused;
    [all...]
  /art/tools/jvmti-agents/ti-fast/
tifast.cc 40 template <typename ...Args> static void Unused(Args... args ATTRIBUTE_UNUSED) {}
115 static void JNICALL empty ## name args { Unused argnames ; }
  /external/googletest/googlemock/include/gmock/
gmock-actions.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopDistribute.cpp 171 SmallVector<Instruction *, 8> Unused;
182 Unused.push_back(NewInst);
187 for (auto *Inst : reverse(Unused)) {
737 DEBUG(dbgs() << "\nAfter removing unused Instrs:\n");
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopDistribute.cpp 205 SmallVector<Instruction *, 8> Unused;
216 Unused.push_back(NewInst);
221 for (auto *Inst : reverse(Unused)) {
781 LLVM_DEBUG(dbgs() << "\nAfter removing unused Instrs:\n");
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
gmock-actions.h     [all...]

Completed in 493 milliseconds

1 2