OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isKind
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h
104
assert(T::
isKind
(*this));
112
if (!T::
isKind
(*this))
218
static bool
isKind
(const SVal& V) {
239
static bool
isKind
(const SVal& V) {
251
static bool
isKind
(const SVal &V) {
272
static bool
isKind
(const SVal& V) {
283
static bool
isKind
(const SVal &V) {
309
static bool
isKind
(const SVal& V) {
331
static bool
isKind
(const SVal& V) {
362
static bool
isKind
(const SVal& V)
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/
ProgramPoint.h
45
/// Used to implement '
isKind
' in subclasses.
141
assert(T::
isKind
(*this));
152
if (!T::
isKind
(*this))
245
static bool
isKind
(const ProgramPoint &Location) {
266
static bool
isKind
(const ProgramPoint &Location) {
288
static bool
isKind
(const ProgramPoint &Location) {
306
static bool
isKind
(const ProgramPoint &Location) {
329
static bool
isKind
(const ProgramPoint &Location) {
353
static bool
isKind
(const ProgramPoint &Location) {
368
static bool
isKind
(const ProgramPoint &Location)
[
all
...]
CFG.h
99
assert(T::
isKind
(*this));
110
if (!T::
isKind
(*this))
135
assert(
isKind
(*this));
145
static bool
isKind
(const CFGElement &E) {
173
static bool
isKind
(const CFGElement &E) {
218
static bool
isKind
(const CFGElement &E) {
239
static bool
isKind
(const CFGElement &E) {
260
static bool
isKind
(const CFGElement &elem) {
284
static bool
isKind
(const CFGElement &elem) {
308
static bool
isKind
(const CFGElement &elem)
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
MCAsmParser.h
65
bool
isKind
(IdKind kind) const { return Kind == kind; }
68
assert(
isKind
(IK_Invalid) && "should be initialized only once");
73
assert(
isKind
(IK_Invalid) && "should be initialized only once");
78
assert(
isKind
(IK_Invalid) && "should be initialized only once");
/src/external/apache2/llvm/dist/clang/include/clang/AST/
TypeLoc.h
75
/// \pre T::
isKind
(*this)
78
assert(T::
isKind
(*this));
89
if (!T::
isKind
(*this))
232
static bool
isKind
(const TypeLoc&) {
267
static bool
isKind
(const TypeLoc &TL) {
321
static bool
isKind
(const TypeLoc &TL) {
368
static bool
isKind
(const TypeLoc &TL) {
493
static bool
isKind
(const TypeLoc &TL) {
497
static bool
isKind
(const UnqualTypeLoc &TL) {
542
static bool
isKind
(const TypeLoc &TL)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp
806
if (IDInfo.
isKind
(InlineAsmIdentifierInfo::IK_EnumVal))
1732
if (Info.
isKind
(InlineAsmIdentifierInfo::IK_Label)) {
1752
if (Info.
isKind
(InlineAsmIdentifierInfo::IK_Var)) {
2205
Info.
isKind
(InlineAsmIdentifierInfo::IK_Invalid)) &&
2210
if (Info.
isKind
(InlineAsmIdentifierInfo::IK_Invalid)) {
2222
} else if (Info.
isKind
(InlineAsmIdentifierInfo::IK_EnumVal))
2335
} else if (Info.
isKind
(InlineAsmIdentifierInfo::IK_EnumVal)) {
2370
if (!Info.
isKind
(InlineAsmIdentifierInfo::IK_Var)) {
2537
if (Info.
isKind
(InlineAsmIdentifierInfo::IK_Var)) {
/src/external/apache2/llvm/dist/clang/lib/AST/
TypeLoc.cpp
293
bool TypeSpecTypeLoc::
isKind
(const TypeLoc &TL) {
Completed in 58 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026