HomeSort by: relevance | last modified time | path
    Searched refs:Extern (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCUDARuntime.h 57 unsigned Extern : 1;
65 : Kind(K), Extern(E), Constant(C), Managed(M), Normalized(N),
69 bool isExtern() const { return Extern; }
CGCUDANV.cpp 131 bool Extern, bool Constant) {
134 {DeviceVarFlags::Variable, Extern, Constant,
139 bool Extern, int Type) {
142 {DeviceVarFlags::Surface, Extern, /*Constant*/ false,
147 bool Extern, int Type, bool Normalized) {
150 {DeviceVarFlags::Texture, Extern, /*Constant*/ false,
899 // extern "C" int atexit(void (*f)(void));
1012 // runtime. Skip Extern global variables, which will be registered in
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
MachODebugMapParser.cpp 570 bool Extern = SymType & (MachO::N_EXT | MachO::N_PEXT);
578 if ((Section == MainBinary.section_end() || Section->isText()) && !Extern)
591 if (Extern)
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
MachOReader.cpp 106 R.Extern = !R.Scattered && MachOObj.getPlainRelocationExternal(R.Info);
229 if (Reloc.Extern) {
Object.h 177 // The referenced symbol entry. Set if !Scattered && Extern.
179 // The referenced section. Set if !Scattered && !Extern.
184 bool Extern;
MachOWriter.cpp 266 const uint32_t SymbolNum = RelocInfo.Extern
  /src/external/gpl3/gdb/dist/gdb/
ChangeLog-3.x 1378 * dbxread.c (,process_one_symbol): Moved extern declaration for
1507 * symmisc.c: Changed decl of print_spaces from static to extern
2566 * frame.h: Extern delcaration for above.
3241 (find_saved_register): Made extern.
4018 strcmp's in read_dbx_symtab (recording extern syms in misc
4073 (value_of_this): Made SELECTED_FRAME an extern variable.
4450 * infrun.c: Made stop_after_trap and stop_after_attach extern
  /src/external/gpl3/gdb.old/dist/gdb/
ChangeLog-3.x 1378 * dbxread.c (,process_one_symbol): Moved extern declaration for
1507 * symmisc.c: Changed decl of print_spaces from static to extern
2566 * frame.h: Extern delcaration for above.
3241 (find_saved_register): Made extern.
4018 strcmp's in read_dbx_symtab (recording extern syms in misc
4073 (value_of_this): Made SELECTED_FRAME an extern variable.
4450 * infrun.c: Made stop_after_trap and stop_after_attach extern

Completed in 33 milliseconds