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))
189 static bool isKind(const SVal& V) {
211 static bool isKind(const SVal& V) {
222 static bool isKind(const SVal &V) {
240 static bool isKind(const SVal& V) {
250 static bool isKind(const SVal &V) {
269 static bool isKind(const SVal& V) {
290 static bool isKind(const SVal& V) {
320 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))
182 static bool isKind(const TypeLoc&) {
215 static bool isKind(const TypeLoc &TL) {
261 static bool isKind(const TypeLoc &TL) {
311 static bool isKind(const TypeLoc &TL) {
395 static bool isKind(const TypeLoc &TL) {
398 static bool isKind(const UnqualTypeLoc &TL) {
437 static bool isKind(const TypeLoc &TL);
931 if (ParenTypeLoc::isKind(*this)
    [all...]
  /external/clang/lib/AST/
TypeLoc.cpp 202 bool TypeSpecTypeLoc::isKind(const TypeLoc &TL) {

Completed in 5841 milliseconds