reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

tools/clang/include/clang/AST/OperationKinds.def
  357 BINARY_OPERATION(PtrMemD, ".*")
  358 BINARY_OPERATION(PtrMemI, "->*")
  360 BINARY_OPERATION(Mul, "*")
  362 BINARY_OPERATION(Rem, "%")
  364 BINARY_OPERATION(Add, "+")
  367 BINARY_OPERATION(Shl, "<<")
  368 BINARY_OPERATION(Shr, ">>")
  370 BINARY_OPERATION(Cmp, "<=>")
  372 BINARY_OPERATION(LT, "<")
  373 BINARY_OPERATION(GT, ">")
  374 BINARY_OPERATION(LE, "<=")
  375 BINARY_OPERATION(GE, ">=")
  380 BINARY_OPERATION(And, "&")
  384 BINARY_OPERATION(Or, "|")
  388 BINARY_OPERATION(LOr, "||")
  402 BINARY_OPERATION(Comma, ",")
tools/clang/include/clang/AST/RecursiveASTVisitor.h
  161   Derived &getDerived() { return *static_cast<Derived *>(this); }
  414   BINOP_LIST()
  539   bool dataTraverseNode(Stmt *S, DataRecursionQueue *Queue);
  544 bool RecursiveASTVisitor<Derived>::dataTraverseNode(Stmt *S,
  545                                                     DataRecursionQueue *Queue) {
usr/include/c++/7.4.0/type_traits
   84     constexpr _Tp integral_constant<_Tp, __v>::value;