Home
last modified time | relevance | path

Searched defs:Subrange (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/tools/gn/
Dpattern.h17 struct Subrange { struct
24 Subrange(Type t, const std::string& l = std::string()) argument
25 : type(t), in type()
30 size_t MinSize() const { in MinSize()
63 std::vector<Subrange> subranges_; argument
Dfile_template.h31 struct Subrange { struct
49 Subrange(Type t, const std::string& l = std::string()) argument
71 bool IsTypeUsed(Subrange::Type type) const; argument
/external/llvm/lib/Transforms/Instrumentation/
DDebugIR.cpp407 SmallVector<Value *, 1> Subrange; in getOrCreateType() local