Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__charconv/
H A Dchars_format.h24 enum class chars_format { scientific = 0x1, fixed = 0x2, hex = 0x4, general = fixed | scientific }; enumerator
/llvm-project/polly/lib/External/isl/interface/
H A Dtemplate_cpp.cc1988 static bool update_sub_base(Substitution &sub, const TupleKindPtr &general, in update_sub_base()
2013 static bool update_sub(Substitution &sub, const TupleKindPtr &general, in update_sub()
2038 static std::pair<bool, Substitution> specializer(const Kind &general, in specializer()
2318 static std::pair<bool, Kind> unify(const Kind &general, const Kind &specific) in unify()
/llvm-project/llvm/docs/
H A DProgrammersManual.rst37 .. _general: global() target in Introduction