OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isUndefined
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
Symbol.h
83
bool
isUndefined
() const {
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSymbol.h
242
bool isDefined() const { return !
isUndefined
(); }
250
///
isUndefined
- Check if this symbol undefined (i.e., implicitly defined).
251
bool
isUndefined
(bool SetUsed = true) const {
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
MacroInfo.h
360
bool
isUndefined
() const { return UndefLoc.isValid(); }
386
return !Def.
isUndefined
();
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
IRSymtab.h
194
bool
isUndefined
() const { return (Flags >> S::FB_undefined) & 1; }
Wasm.h
69
bool isDefined() const { return !
isUndefined
(); }
71
bool
isUndefined
() const {
COFF.h
386
bool
isUndefined
() const {
406
return
isUndefined
() || isWeakExternal();
Completed in 114 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026