Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGCUDARuntime.h70 unsigned Extern : 1; variable
DCGCUDANV.cpp142 bool Extern, bool Constant) { in registerDeviceVar()
150 bool Extern, int Type) { in registerDeviceSurf()
158 bool Extern, int Type, bool Normalized) { in registerDeviceTex()
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DCodeGen.h130 Extern = 1, ///< Replace returns with jump to thunk, don't emit thunk. enumerator
/openbsd/src/gnu/llvm/llvm/tools/dsymutil/
DMachODebugMapParser.cpp595 bool Extern = SymType & (MachO::N_EXT | MachO::N_PEXT); in loadMainBinarySymbols() local