HomeSort by: relevance | last modified time | path
    Searched defs:kf_atomic_op_fetch (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/analyzer/
kf.cc 249 class kf_atomic_op_fetch : public internal_known_function class in namespace:ana
252 kf_atomic_op_fetch (enum tree_code op): m_op (op) {} function in class:ana::kf_atomic_op_fetch
2100 make_unique<kf_atomic_op_fetch> (PLUS_EXPR));
2102 make_unique<kf_atomic_op_fetch> (PLUS_EXPR));
2104 make_unique<kf_atomic_op_fetch> (PLUS_EXPR));
2106 make_unique<kf_atomic_op_fetch> (PLUS_EXPR));
2108 make_unique<kf_atomic_op_fetch> (PLUS_EXPR));
2110 make_unique<kf_atomic_op_fetch> (MINUS_EXPR));
2112 make_unique<kf_atomic_op_fetch> (MINUS_EXPR));
2114 make_unique<kf_atomic_op_fetch> (MINUS_EXPR))
    [all...]

Completed in 20 milliseconds