HomeSort by relevance Sort by last modified time
    Searched refs:isKind (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 76 assert(T::isKind(*this));
87 if (!T::isKind(*this))
197 static bool isKind(const SVal& V) {
219 static bool isKind(const SVal& V) {
230 static bool isKind(const SVal &V) {
248 static bool isKind(const SVal& V) {
258 static bool isKind(const SVal &V) {
277 static bool isKind(const SVal& V) {
298 static bool isKind(const SVal& V) {
328 static bool isKind(const SVal& V)
    [all...]
  /external/clang/include/clang/Analysis/
ProgramPoint.h 117 assert(T::isKind(*this));
128 if (!T::isKind(*this))
213 static bool isKind(const ProgramPoint &Location) {
234 static bool isKind(const ProgramPoint &Location) {
256 static bool isKind(const ProgramPoint &Location) {
274 static bool isKind(const ProgramPoint &Location) {
297 static bool isKind(const ProgramPoint &Location) {
313 static bool isKind(const ProgramPoint &Location) {
327 static bool isKind(const ProgramPoint &location) {
342 static bool isKind(const ProgramPoint &location)
    [all...]
CFG.h 79 assert(T::isKind(*this));
90 if (!T::isKind(*this))
117 static bool isKind(const CFGElement &E) {
136 static bool isKind(const CFGElement &E) {
157 static bool isKind(const CFGElement &E) {
183 static bool isKind(const CFGElement &elem) {
202 static bool isKind(const CFGElement &E) {
221 static bool isKind(const CFGElement &E) {
240 static bool isKind(const CFGElement &E) {
    [all...]
  /external/clang/include/clang/AST/
TypeLoc.h 51 assert(T::isKind(*this));
62 if (!T::isKind(*this))
186 static bool isKind(const TypeLoc&) {
219 static bool isKind(const TypeLoc &TL) {
270 static bool isKind(const TypeLoc &TL) {
317 static bool isKind(const TypeLoc &TL) {
428 static bool isKind(const TypeLoc &TL) {
432 static bool isKind(const UnqualTypeLoc &TL) {
472 static bool isKind(const TypeLoc &TL);
972 if (ParenTypeLoc::isKind(*this)
    [all...]
  /external/clang/lib/AST/
TypeLoc.cpp 230 bool TypeSpecTypeLoc::isKind(const TypeLoc &TL) {

Completed in 306 milliseconds