OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isExtern
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCUDARuntime.h
69
bool
isExtern
() const { return Extern; }
CGCUDANV.cpp
614
llvm::ConstantInt::get(IntTy, Info.Flags.
isExtern
()),
627
llvm::ConstantInt::get(IntTy, Info.Flags.
isExtern
())});
635
llvm::ConstantInt::get(IntTy, Info.Flags.
isExtern
())});
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
objc.h
41
bool
isExtern
;
objc.d
155
bool
isExtern
= false;
526
cd.objc.
isExtern
= (cd.storage_class & STC.extern_) > 0;
532
id.objc.
isExtern
= true;
792
if (classKind == ClassKind.objc && !objc.
isExtern
&& !objc.isMeta)
877
objc.metaclass.objc.
isExtern
= objc.
isExtern
;
/src/external/apache2/llvm/dist/clang/lib/AST/Interp/
InterpBlock.h
41
bool IsStatic = false, bool
IsExtern
= false)
42
: DeclID(DeclID), IsStatic(IsStatic),
IsExtern
(
IsExtern
), Desc(Desc) {}
44
Block(Descriptor *Desc, bool IsStatic = false, bool
IsExtern
= false)
45
: DeclID((unsigned)-1), IsStatic(IsStatic),
IsExtern
(
IsExtern
),
53
bool
isExtern
() const { return
IsExtern
; }
83
Block(Descriptor *Desc, bool
IsExtern
, bool IsStatic, bool IsDead)
84
: IsStatic(IsStatic),
IsExtern
(IsExtern), IsDead(true), Desc(Desc) {
[
all
...]
Pointer.h
229
bool
isExtern
() const { return Pointee->
isExtern
(); }
Interp.cpp
182
if (!Ptr.
isExtern
())
Interp.h
405
if (B->
isExtern
())
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp
391
bool
isExtern
= O->getPlainRelocationExternal(RE);
400
if (
isExtern
) {
1453
bool
isExtern
= false;
1456
isExtern
= O->getPlainRelocationExternal(RE);
1457
if (
isExtern
) {
1603
bool
isExtern
= false;
1606
isExtern
= O->getPlainRelocationExternal(RE);
1607
if (
isExtern
) {
2622
bool
isExtern
= false;
2647
isExtern
= info->O->getPlainRelocationExternal(RE)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp
2146
bool
isExtern
= getPlainRelocationExternal(RE);
2147
if (!
isExtern
)
Completed in 52 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026