Home
last modified time | relevance | path

Searched refs:realFloatingPointType (Results 1 – 4 of 4) sorted by relevance

/external/v8/tools/clang/value_cleanup/
DListValueRewriter.cpp408 realFloatingPointType())))))))))))), in RegisterMatchers()
/external/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp1743 cxxMethodDecl(returns(realFloatingPointType())))); in TEST()
1745 cxxMethodDecl(returns(realFloatingPointType())))); in TEST()
1747 cxxMethodDecl(returns(realFloatingPointType())))); in TEST()
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp369 REGISTER_MATCHER(realFloatingPointType); in RegistryMaps()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h4416 AST_MATCHER(Type, realFloatingPointType) { in AST_MATCHER() argument