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 88 assert(T::isKind(*this));
99 if (!T::isKind(*this))
126 static bool isKind(const CFGElement &E) {
145 static bool isKind(const CFGElement &E) {
164 static bool isKind(const CFGElement &elem) {
185 static bool isKind(const CFGElement &E) {
211 static bool isKind(const CFGElement &elem) {
236 static bool isKind(const CFGElement &elem) {
255 static bool isKind(const CFGElement &E) {
274 static bool isKind(const CFGElement &E)
    [all...]
  /external/clang/include/clang/AST/
TypeLoc.h 51 /// \pre T::isKind(*this)
54 assert(T::isKind(*this));
65 if (!T::isKind(*this))
189 static bool isKind(const TypeLoc&) {
222 static bool isKind(const TypeLoc &TL) {
273 static bool isKind(const TypeLoc &TL) {
320 static bool isKind(const TypeLoc &TL) {
431 static bool isKind(const TypeLoc &TL) {
435 static bool isKind(const UnqualTypeLoc &TL) {
475 static bool isKind(const TypeLoc &TL)
    [all...]
  /external/clang/lib/AST/
TypeLoc.cpp 230 bool TypeSpecTypeLoc::isKind(const TypeLoc &TL) {

Completed in 183 milliseconds