Searched defs:Extern (Results 1 – 8 of 8) sorted by relevance
| /llvm-project/clang-tools-extra/clang-tidy/readability/ |
| H A D | RedundantDeclarationCheck.cpp | 84 if (const auto *Extern = in check() local
|
| /llvm-project/llvm/include/llvm/Support/ |
| H A D | CodeGen.h | 129 Extern = 1, ///< Replace returns with jump to thunk, don't emit thunk. enumerator
|
| /llvm-project/clang/lib/CodeGen/ |
| H A D | CGCUDANV.cpp | 140 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 D | OffloadWrapper.cpp | 429 auto *Extern = Builder.CreateLShr( createRegisterGlobalsFunction() local
|
| /llvm-project/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOObject.h | 183 bool Extern; global() member
|
| /llvm-project/llvm/tools/dsymutil/ |
| H A D | MachODebugMapParser.cpp | 825 bool Extern = SymType & (MachO::N_EXT | MachO::N_PEXT); loadMainBinarySymbols() local
|
| /llvm-project/clang/test/AST/Interp/ |
| H A D | literals.cpp | |
| /llvm-project/clang/test/SemaCXX/ |
| H A D | constant-expression-cxx2a.cpp | 1215 ~Externdtor_call::Extern ~Extern() argument
|