Home
last modified time | relevance | path

Searched refs:sizeOfExpr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp344 unaryExprOrTypeTraitExpr(unless(sizeOfExpr( in isUnevaluated()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp563 REGISTER_MATCHER(sizeOfExpr); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3128 inline internal::BindableMatcher<Stmt> sizeOfExpr( in sizeOfExpr() function