OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isCurrentDebugType
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Debug.h
37
///
isCurrentDebugType
- Return true if the specified string is the debug type
41
bool
isCurrentDebugType
(const char *Type);
65
do { if (::llvm::DebugFlag && ::llvm::
isCurrentDebugType
(TYPE)) { X; } \
69
#define
isCurrentDebugType
(X) (false)
/src/external/apache2/llvm/dist/llvm/lib/Support/
Debug.cpp
33
#undef
isCurrentDebugType
50
bool
isCurrentDebugType
(const char *DebugType) {
Completed in 48 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026