HomeSort by relevance Sort by last modified time
    Searched refs:Kept (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/third_party/LLVM/tools/bugpoint/
CrashDebugger.cpp 52 // running the "Kept" passes fail when run on the output of the "removed"
56 std::vector<std::string> &Kept,
116 std::vector<GlobalVariable*> &Kept,
118 if (!Kept.empty() && TestGlobalVariables(Kept))
186 std::vector<Function*> &Kept,
188 if (!Kept.empty() && TestFuncs(Kept))
259 std::vector<const BasicBlock*> &Kept,
261 if (!Kept.empty() && TestBlocks(Kept))
    [all...]
ListReducer.h 41 // if the Kept list still satisfies the property, but if it is going to check
45 std::vector<ElTy> &Kept,
122 // shorten the list to the "kept" elements.
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 66 // running the "Kept" passes fail when run on the output of the "removed"
70 std::vector<std::string> &Kept,
128 std::vector<GlobalVariable*> &Kept,
130 if (!Kept.empty() && TestGlobalVariables(Kept))
198 std::vector<Function*> &Kept,
200 if (!Kept.empty() && TestFuncs(Kept))
334 std::vector<const BasicBlock*> &Kept,
336 if (!Kept.empty() && TestBlocks(Kept)
    [all...]
ListReducer.h 41 // if the Kept list still satisfies the property, but if it is going to check
45 std::vector<ElTy> &Kept,
127 // shorten the list to the "kept" elements.
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
Difference.java 41 static DifferenceElement kept(CsmElement element) { method in interface:Difference.DifferenceElement
42 return new Kept(element);
138 private static class Kept implements DifferenceElement {
141 public Kept(CsmElement element) {
147 return "Kept{" + element + '}';
155 Kept kept = (Kept) o;
157 return element.equals(kept.element);
292 * Calculate the Difference between two CalculatedSyntaxModel elements, determining which elements were kept,
495 Kept kept = (Kept) diffEl; local
    [all...]
  /prebuilts/go/darwin-x86/src/text/template/parse/
node.go 148 Line int // The line number in the input. Deprecated: Kept for compatibility.
211 Line int // The line number in the input. Deprecated: Kept for compatibility.
704 Line int // The line number in the input. Deprecated: Kept for compatibility.
732 Line int // The line number in the input. Deprecated: Kept for compatibility.
817 Line int // The line number in the input. Deprecated: Kept for compatibility.
  /prebuilts/go/linux-x86/src/text/template/parse/
node.go 148 Line int // The line number in the input. Deprecated: Kept for compatibility.
211 Line int // The line number in the input. Deprecated: Kept for compatibility.
704 Line int // The line number in the input. Deprecated: Kept for compatibility.
732 Line int // The line number in the input. Deprecated: Kept for compatibility.
817 Line int // The line number in the input. Deprecated: Kept for compatibility.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/types/
type.go 105 // Predeclared alias types. Kept separate for better error messages.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/types/
type.go 105 // Predeclared alias types. Kept separate for better error messages.
    [all...]

Completed in 2658 milliseconds