Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCUDARuntime.h57 unsigned Extern : 1; variable
H A DCGCUDANV.cpp131 bool Extern, bool Constant) { in registerDeviceVar()
139 bool Extern, int Type) { in registerDeviceSurf()
147 bool Extern, int Type, bool Normalized) { in registerDeviceTex()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp570 bool Extern = SymType & (MachO::N_EXT | MachO::N_PEXT); in loadMainBinarySymbols() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DObject.h184 bool Extern; member