Home
last modified time | relevance | path

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

/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/lzma/CPP/7zip/UI/FileManager/
DComboDialog.h20 UString Static; variable
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCodeGen.h22 enum Model { Default, Static, PIC_, DynamicNoPIC }; enumerator
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.h43 Static, enumerator
/external/llvm/include/llvm/Support/
DCodeGen.h22 enum Model { Static, PIC_, DynamicNoPIC }; enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DCodeGen.h22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; enumerator
/external/libcxx/test/std/containers/container.node/
Dnode_handle.pass.cpp55 struct Static struct
/external/clang/test/OpenMP/
Dthreadprivate_codegen.cpp186 struct Static { struct
187 static S3 s;
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/target/
Dllvm_target.ml27 | Static Constructor
Dllvm_target.mli32 | Static Constructor
/external/llvm/bindings/ocaml/target/
Dllvm_target.ml27 | Static Constructor
Dllvm_target.mli32 | Static Constructor
/external/clang/test/CXX/class.access/class.protected/
Dp1.cpp215 class Static {}; class
253 class Static {}; class
291 class Static {}; class
/external/tensorflow/tensorflow/python/autograph/pyct/
Danno.py60 class Static(NoValue): class
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp560 void CWriter::printConstantArray(ConstantArray *CPA, bool Static) { in printConstantArray()
629 void CWriter::printConstantVector(ConstantVector *CP, bool Static) { in printConstantVector()
751 void CWriter::printConstant(Constant *CPV, bool Static) { in printConstant()
1126 bool CWriter::printConstExprCast(const ConstantExpr* CE, bool Static) { in printConstExprCast()
1301 void CWriter::writeOperandInternal(Value *Operand, bool Static) { in writeOperandInternal()
1319 void CWriter::writeOperand(Value *Operand, bool Static) { in writeOperand()
3346 gep_type_iterator E, bool Static) { in printGEPExpression()
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/
Dp3-0x.cpp108 namespace Static { namespace
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2elf.cpp120 enum class SymtabType { Static, Dynamic }; enumerator
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h207 Static, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h218 Static, enumerator
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h260 Static = 0x02, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp202 Static = 1 << 4, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h269 Static = 0x02, enumerator
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java1146 public static class Static { class in DexMakerTest
/external/pdfium/xfa/fxfa/
Dfxfa_basic.h221 Static, enumerator
/external/clang/lib/Driver/
DTools.cpp10298 bool Static = Args.hasArg(options::OPT_static_libgcc) || in AddLibGCC() local