Home
last modified time | relevance | path

Searched refs:dataType (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1009 SExpr *dataType() { return Dtype; } in dataType() function
1010 const SExpr *dataType() const { return Dtype; } in dataType() function
1023 return Cmp.compare(dataType(), E->dataType()); in compare()
H A DThreadSafetyTraverse.h748 self()->printSExpr(E->dataType(), SS, Prec_Other-1); in printAlloc()