Home
last modified time | relevance | path

Searched defs:Extern (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DRedundantDeclarationCheck.cpp84 if (const auto *Extern = in check() local
/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h129 Extern = 1, ///< Replace returns with jump to thunk, don't emit thunk. enumerator
/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp140 registerDeviceVar(const VarDecl * VD,llvm::GlobalVariable & Var,bool Extern,bool Constant) registerDeviceVar() argument
148 registerDeviceSurf(const VarDecl * VD,llvm::GlobalVariable & Var,bool Extern,int Type) registerDeviceSurf() argument
156 registerDeviceTex(const VarDecl * VD,llvm::GlobalVariable & Var,bool Extern,int Type,bool Normalized) registerDeviceTex() argument
/llvm-project/llvm/lib/Frontend/Offloading/
H A DOffloadWrapper.cpp429 auto *Extern = Builder.CreateLShr( createRegisterGlobalsFunction() local
/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h183 bool Extern; global() member
/llvm-project/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp825 bool Extern = SymType & (MachO::N_EXT | MachO::N_PEXT); loadMainBinarySymbols() local
/llvm-project/clang/test/AST/Interp/
H A Dliterals.cpp
/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx2a.cpp1215 ~Externdtor_call::Extern ~Extern() argument