Searched refs:Static (Results 1 - 25 of 109) sorted by relevance

12345

/external/clang/test/CodeGenCXX/
H A Dtemplate-inner-struct-visibility-hidden.cpp14 static int Static; member in struct:C::Inner::Inner2
21 template<typename T> int C<T>::Inner::Inner2::Static; member in class:C::Inner::Inner2
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DCodeGen.h22 enum Model { Default, Static, PIC_, DynamicNoPIC }; enumerator in enum:llvm::Reloc::Model
/external/liblzf/
H A DAndroid.mk9 # Static library for host
19 # Static library for target
/external/lzma/CPP/7zip/UI/FileManager/
H A DComboDialog.h20 UString Static; member in class:CComboDialog
H A DComboDialog.cpp6 #include "../../../Windows/Control/Static.h"
34 staticContol.SetText(Static);
/external/clang/test/CXX/class.access/class.protected/
H A Dp1.cpp215 class Static {}; class in namespace:test6
220 static void foo(Static);
236 a.foo(Static());
240 a.foo(Static());
244 a.foo(Static());
248 a.foo(Static());
253 class Static {}; class in namespace:test7
258 static void foo(Static);
274 void (*sx)(Static) = &A::foo;
278 void (*sx)(Static)
291 class Static {}; class in namespace:test8
[all...]
/external/llvm/include/llvm/Support/
H A DCodeGen.h22 enum Model { Static, PIC_, DynamicNoPIC }; enumerator in enum:llvm::Reloc::Model
/external/libogg/win32/VS6/
H A Dbuild_ogg_static.bat2 echo ---+++--- Building Ogg (Static) ---+++---
H A Dbuild_ogg_static_debug.bat2 echo ---+++--- Building Ogg (Static) ---+++---
/external/clang/test/OpenMP/
H A Dthreadprivate_codegen.cpp136 // 8 caches created (for Static::s, gs1, gs3, arr_x, main::sm, ST<int>::st,
186 struct Static { struct
388 Res = Static::s.a;
684 Res = Static::s.a;
/external/vulkan-validation-layers/libs/vkjson/
H A DAndroid.mk22 # Static library for platform use
40 # Static library for NDK use (CTS)
/external/llvm/test/MC/COFF/
H A Dseh-section-2.s70 # CHECK: StorageClass: Static (0x3)
88 # CHECK: StorageClass: Static (0x3)
106 # CHECK: StorageClass: Static (0x3)
124 # CHECK: StorageClass: Static (0x3)
142 # CHECK: StorageClass: Static (0x3)
/external/llvm/lib/Target/
H A DTargetMachine.cpp128 if (RM == Reloc::Static)
137 RM == Reloc::Static || M.getPIELevel() != PIELevel::Default;
145 if (!IsTLS && (RM == Reloc::Static || CanUseCopyRelocWithPIE))
/external/compiler-rt/make/platform/
H A Dclang_mingw.mk1 Description := Static runtime libraries for mingw-w64
/external/llvm/lib/Target/AVR/
H A DAVRTargetMachine.cpp38 return RM.hasValue() ? *RM : Reloc::Static;
/external/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp31 return Reloc::Static;
/external/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.cpp26 return Reloc::Static;
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/MCTargetDesc/
H A DSPUMCTargetDesc.cpp69 X->InitMCCodeGenInfo(Reloc::Static, CM);
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.cpp57 RM = Reloc::Static;
/external/guice/core/test/com/google/inject/
H A DInjectorTest.java210 requestStaticInjection(Static.class);
214 assertEquals("test", Static.s);
215 assertEquals(5, Static.i);
239 static class Static { class in class:InjectorTest
246 Static.s = s;
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/
H A DMBlazeMCTargetDesc.cpp68 RM = Reloc::Static;
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCSubtarget.cpp132 if (!HasLazyResolverStubs || TM.getRelocationModel() == Reloc::Static)
/external/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp123 return Reloc::Static;
134 return Reloc::Static;
139 if (*RM == Reloc::Static && TT.isOSDarwin() && is64Bit)
/external/swiftshader/third_party/LLVM/lib/Target/
H A DTargetLoweringObjectFile.cpp206 if (ReloModel == Reloc::Static)
219 if (ReloModel == Reloc::Static)
233 if (ReloModel == Reloc::Static)
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
H A DCBackend.cpp184 void writeOperand(Value *Operand, bool Static = false);
186 void writeOperandInternal(Value *Operand, bool Static = false);
213 void printConstant(Constant *CPV, bool Static);
215 bool printConstExprCast(const ConstantExpr *CE, bool Static);
216 void printConstantArray(ConstantArray *CPA, bool Static);
217 void printConstantVector(ConstantVector *CV, bool Static);
340 gep_type_iterator E, bool Static);
560 void CWriter::printConstantArray(ConstantArray *CPA, bool Static) { argument
619 printConstant(cast<Constant>(CPA->getOperand(0)), Static);
622 printConstant(cast<Constant>(CPA->getOperand(i)), Static);
629 printConstantVector(ConstantVector *CP, bool Static) argument
751 printConstant(Constant *CPV, bool Static) argument
1126 printConstExprCast(const ConstantExpr* CE, bool Static) argument
1301 writeOperandInternal(Value *Operand, bool Static) argument
1319 writeOperand(Value *Operand, bool Static) argument
3345 printGEPExpression(Value *Ptr, gep_type_iterator I, gep_type_iterator E, bool Static) argument
[all...]

Completed in 550 milliseconds

12345