Home
last modified time | relevance | path

Searched refs:Multiplicative (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOperatorPrecedence.h41 Multiplicative = 14, // *, /, % enumerator
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOperatorPrecedence.cpp71 case tok::star: return prec::Multiplicative; in getBinOpPrecedence()
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp188 case Node::Prec::Multiplicative: in print()
189 return printStr("Node::Prec::Multiplicative"); in print()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOperationKinds.def378 // [C99 6.5.5] Multiplicative operators.
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h180 Multiplicative, enumerator
3271 {"ml", OperatorInfo::Binary, false, Node::Prec::Multiplicative,
3297 {"rm", OperatorInfo::Binary, false, Node::Prec::Multiplicative,