Home
last modified time | relevance | path

Searched refs:Static (Results 1 – 25 of 110) sorted by relevance

12345

/external/clang/test/CXX/class.access/class.protected/
Dp1.cpp215 class Static {}; class
220 static void foo(Static);
236 a.foo(Static()); in test()
240 a.foo(Static()); in test()
244 a.foo(Static()); in test()
248 a.foo(Static()); in test()
253 class Static {}; class
258 static void foo(Static);
274 void (*sx)(Static) = &A::foo; in test()
278 void (*sx)(Static) = &A::foo; in test()
[all …]
/external/clang/test/CodeGenCXX/
Dtemplate-inner-struct-visibility-hidden.cpp14 static int Static; member
21 template<typename T> int C<T>::Inner::Inner2::Static; member in C<T>::Inner::Inner2
/external/llvm/lib/Target/CBackend/
DCBackend.cpp194 void writeOperand(Value *Operand, bool Static = false);
196 void writeOperandInternal(Value *Operand, bool Static = false);
223 void printConstant(Constant *CPV, bool Static);
225 bool printConstExprCast(const ConstantExpr *CE, bool Static);
226 void printConstantArray(ConstantArray *CPA, bool Static);
227 void printConstantVector(ConstantVector *CV, bool Static);
348 gep_type_iterator E, bool Static);
568 void CWriter::printConstantArray(ConstantArray *CPA, bool Static) { in printConstantArray() argument
627 printConstant(cast<Constant>(CPA->getOperand(0)), Static); in printConstantArray()
630 printConstant(cast<Constant>(CPA->getOperand(i)), Static); in printConstantArray()
[all …]
/external/chromium/testing/gtest/xcode/Config/
DStaticLibraryTarget.xcconfig10 // Static libs can be included in bundles so make them position independent
13 // Static libs should not have their internal globals or external symbols
/external/protobuf/gtest/xcode/Config/
DStaticLibraryTarget.xcconfig10 // Static libs can be included in bundles so make them position independent
13 // Static libs should not have their internal globals or external symbols
/external/expat/lib/
DMakefile.MPW111 Static � {StLibFile}
113 Dynamic � Static {ShLibFile} {StubFile}
Dexpat_static.dsp5 # TARGTYPE "Win32 (x86) Static Library" 0x0104
20 !MESSAGE "expat_static - Win32 Release" (based on "Win32 (x86) Static Library")
21 !MESSAGE "expat_static - Win32 Debug" (based on "Win32 (x86) Static Library")
Dexpatw_static.dsp5 # TARGTYPE "Win32 (x86) Static Library" 0x0104
20 !MESSAGE "expatw_static - Win32 Release" (based on "Win32 (x86) Static Library")
21 !MESSAGE "expatw_static - Win32 Debug" (based on "Win32 (x86) Static Library")
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp205 if (ReloModel == Reloc::Static) in getKindForGlobal()
218 if (ReloModel == Reloc::Static) in getKindForGlobal()
232 if (ReloModel == Reloc::Static) in getKindForGlobal()
/external/clang/
DREADME.txt11 different source level tools. One example of this is the Clang Static Analyzer.
18 Clang Static Analyzer: http://clang-analyzer.llvm.org/
/external/quake/quake/src/QW/client/
Dwinquake.rc70 CONTROL 112,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZEIMAGE,0,0,
82 CONTROL 112,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZEIMAGE,0,0,
/external/tinyxml/
DtinyxmlSTL.dsp5 # TARGTYPE "Win32 (x86) Static Library" 0x0104
20 !MESSAGE "tinyxmlSTL - Win32 Release" (based on "Win32 (x86) Static Library")
21 !MESSAGE "tinyxmlSTL - Win32 Debug" (based on "Win32 (x86) Static Library")
Dtinyxml_lib.dsp5 # TARGTYPE "Win32 (x86) Static Library" 0x0104
20 !MESSAGE "tinyxml - Win32 Release" (based on "Win32 (x86) Static Library")
21 !MESSAGE "tinyxml - Win32 Debug" (based on "Win32 (x86) Static Library")
/external/clang/include/clang/Basic/
DLangOptions.h86 unsigned Static : 1; // Should __STATIC__ be defined (as variable
224 Static = 0; in LangOptions()
/external/llvm/include/llvm/MC/
DMCCodeGenInfo.h21 enum Model { Default, Static, PIC_, DynamicNoPIC }; enumerator
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCTargetDesc.cpp74 RM = Reloc::Static; in createSystemZMCCodeGenInfo()
/external/llvm/lib/Target/MBlaze/MCTargetDesc/
DMBlazeMCTargetDesc.cpp81 RM = Reloc::Static; in createMBlazeMCCodeGenInfo()
/external/llvm/lib/Target/CellSPU/MCTargetDesc/
DSPUMCTargetDesc.cpp85 X->InitMCCodeGenInfo(Reloc::Static); in createSPUMCCodeGenInfo()
/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.cpp132 if (!HasLazyResolverStubs || TM.getRelocationModel() == Reloc::Static) in hasLazyResolverStub()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCTargetDesc.cpp87 RM = Reloc::Static; in createMipsMCCodeGenInfo()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.cpp360 RM = Reloc::Static; in createX86MCCodeGenInfo()
371 RM = Reloc::Static; in createX86MCCodeGenInfo()
376 if (RM == Reloc::Static && T.isOSDarwin() && is64Bit) in createX86MCCodeGenInfo()
/external/llvm/lib/Target/CellSPU/
DSPUAsmPrinter.cpp266 if (TM.getRelocationModel() != Reloc::Static) { in printOp()
276 if (TM.getRelocationModel() != Reloc::Static) { in printOp()
/external/clang/include/clang/Frontend/
DAnalyses.def1 //===-- Analyses.def - Metadata about Static Analyses -----------*- C++ -*-===//
/external/chromium/chrome/browser/accessibility/
Dbrowser_accessibility_mac.mm15 // Static.
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.cpp105 RM = Reloc::Static; in createPPCMCCodeGenInfo()

12345