OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isCast
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Tooling/
NodeIntrospection.h
38
enum LocationCallFlags { NoFlags, ReturnsPointer,
IsCast
};
46
bool
isCast
() const { return m_flags &
IsCast
; }
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instruction.h
168
bool
isCast
() const { return
isCast
(getOpcode()); }
220
static inline bool
isCast
(unsigned OpCode) {
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
11242
static bool
isCast
(CheckedConversionKind CCK) {
Completed in 22 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026