Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp224 int DefaultValue = 0; in getMaxInlinableSize() local
256 int DefaultValue = 0; in getMaxNodesPerTopLevelFunction() local
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dalias-templates.cpp172 template <typename T> struct DefaultValue { const T value=0;}; struct
183 template <template<int x> class temp> struct DefaultValue { const temp<0> value; }; struct
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3764 Constant *DefaultValue, in SwitchLookupTable()
4017 BranchInst *RangeCheckBranch, Constant *DefaultValue, in reuseTableCompare()