/external/clang/test/CXX/class.access/class.protected/ |
D | p1.cpp | 215 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/ |
D | template-inner-struct-visibility-hidden.cpp | 14 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/ |
D | CBackend.cpp | 194 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/ |
D | StaticLibraryTarget.xcconfig | 10 // 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/ |
D | StaticLibraryTarget.xcconfig | 10 // 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/ |
D | Makefile.MPW | 111 Static � {StLibFile} 113 Dynamic � Static {ShLibFile} {StubFile}
|
D | expat_static.dsp | 5 # 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")
|
D | expatw_static.dsp | 5 # 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/ |
D | TargetLoweringObjectFile.cpp | 205 if (ReloModel == Reloc::Static) in getKindForGlobal() 218 if (ReloModel == Reloc::Static) in getKindForGlobal() 232 if (ReloModel == Reloc::Static) in getKindForGlobal()
|
/external/clang/ |
D | README.txt | 11 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/ |
D | winquake.rc | 70 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/ |
D | tinyxmlSTL.dsp | 5 # 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")
|
D | tinyxml_lib.dsp | 5 # 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/ |
D | LangOptions.h | 86 unsigned Static : 1; // Should __STATIC__ be defined (as variable 224 Static = 0; in LangOptions()
|
/external/llvm/include/llvm/MC/ |
D | MCCodeGenInfo.h | 21 enum Model { Default, Static, PIC_, DynamicNoPIC }; enumerator
|
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
D | SystemZMCTargetDesc.cpp | 74 RM = Reloc::Static; in createSystemZMCCodeGenInfo()
|
/external/llvm/lib/Target/MBlaze/MCTargetDesc/ |
D | MBlazeMCTargetDesc.cpp | 81 RM = Reloc::Static; in createMBlazeMCCodeGenInfo()
|
/external/llvm/lib/Target/CellSPU/MCTargetDesc/ |
D | SPUMCTargetDesc.cpp | 85 X->InitMCCodeGenInfo(Reloc::Static); in createSPUMCCodeGenInfo()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.cpp | 132 if (!HasLazyResolverStubs || TM.getRelocationModel() == Reloc::Static) in hasLazyResolverStub()
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsMCTargetDesc.cpp | 87 RM = Reloc::Static; in createMipsMCCodeGenInfo()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCTargetDesc.cpp | 360 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/ |
D | SPUAsmPrinter.cpp | 266 if (TM.getRelocationModel() != Reloc::Static) { in printOp() 276 if (TM.getRelocationModel() != Reloc::Static) { in printOp()
|
/external/clang/include/clang/Frontend/ |
D | Analyses.def | 1 //===-- Analyses.def - Metadata about Static Analyses -----------*- C++ -*-===//
|
/external/chromium/chrome/browser/accessibility/ |
D | browser_accessibility_mac.mm | 15 // Static.
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMCTargetDesc.cpp | 105 RM = Reloc::Static; in createPPCMCCodeGenInfo()
|