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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp268 int DefaultValue = 0; local
307 int DefaultValue = 0; local
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DYAMLTraits.h606 void processKeyWithDefault(const char *Key, T &Val, const T& DefaultValue, argument
586 processKeyWithDefault(const char *Key, Optional<T> &Val, const Optional<T> &DefaultValue, bool Required) argument
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4300 SwitchLookupTable( Module &M, uint64_t TableSize, ConstantInt *Offset, const SmallVectorImpl<std::pair<ConstantInt *, Constant *>> &Values, Constant *DefaultValue, const DataLayout &DL) argument
4550 reuseTableCompare(User *PhiUser, BasicBlock *PhiBlock, BranchInst *RangeCheckBranch, Constant *DefaultValue, const SmallVectorImpl<std::pair<ConstantInt*, Constant*> >& Values) argument

Completed in 182 milliseconds