Home
last modified time | relevance | path

Searched defs:Structure (Results 1 – 22 of 22) sorted by relevance

/external/llvm-project/llvm/docs/
DTestSuiteGuide.md83 Structure section in test-suite Guide
125 ### Benchmarks
DDeveloperPolicy.rst1037 .. _llvm-dev mailing list: http://lists.llvm.org/mailman/listinfo/llvm-dev
DLangRef.rst187 .. _linkage:
/external/protobuf/python/release/wheel/
DREADME.md11 Structure section
/external/tensorflow/tensorflow/python/data/experimental/
D__init__.py159 from tensorflow.python.framework.type_spec import TypeSpec as Structure unknown
/external/angle/src/compiler/translator/tree_util/
DDriverUniform.h34 Structure enumerator
/external/mesa3d/docs/drivers/freedreno/
Dir3-notes.rst146 .. _meta:
/external/llvm-project/llvm/lib/MC/MCParser/
DMasmParser.cpp168 StructInfo Structure; member
227 struct StructInfo Structure) in FieldInitializer()
3954 bool MasmParser::parseStructInitializer(const StructInfo &Structure, in parseStructInitializer()
4019 const StructInfo &Structure, std::vector<StructInitializer> &Initializers, in parseStructInstList()
4174 bool MasmParser::emitStructInitializer(const StructInfo &Structure, in emitStructInitializer()
4201 bool MasmParser::emitStructValues(const StructInfo &Structure, in emitStructValues()
4218 bool MasmParser::addStructField(StringRef Name, const StructInfo &Structure) { in addStructField()
4243 bool MasmParser::parseDirectiveStructValue(const StructInfo &Structure, in parseDirectiveStructValue()
4257 bool MasmParser::parseDirectiveNamedStructValue(const StructInfo &Structure, in parseDirectiveNamedStructValue()
4357 StructInfo Structure = StructInProgress.pop_back_val(); in parseDirectiveEnds() local
[all …]
/external/llvm-project/flang/lib/Semantics/
Druntime-type-info.cpp230 static evaluate::StructureConstructor Structure( in Structure() function
/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp472 LoopStructure Structure; member
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim.c4745 void TIM_Base_SetConfig(TIM_TypeDef *TIMx, TIM_Base_InitTypeDef *Structure) in TIM_Base_SetConfig()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim.c4745 void TIM_Base_SetConfig(TIM_TypeDef *TIMx, TIM_Base_InitTypeDef *Structure) in TIM_Base_SetConfig()
/external/llvm-project/llvm/lib/IR/
DLegacyPassManager.cpp51 Disabled, Arguments, Structure, Executions, Details enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp514 LoopStructure Structure; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLegacyPassManager.cpp50 Disabled, Arguments, Structure, Executions, Details enumerator
/external/llvm-project/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp530 LoopStructure Structure; member
/external/llvm/lib/IR/
DLegacyPassManager.cpp47 Disabled, Arguments, Structure, Executions, Details enumerator
/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py95 Structure = object variable
/external/llvm-project/llvm/unittests/Analysis/
DIRSimilarityIdentifierTest.cpp1322 bool Structure = false) { in longSimCandCompare()
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py139 Structure = object variable
/external/llvm/docs/
DLangRef.rst187 .. _linkage:
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp4962 Interface* ProgramInterface::Structure(const GLchar* name) in Structure() function in gl4cts::EnhancedLayouts::Utils::ProgramInterface