Home
last modified time | relevance | path

Searched refs:Declarative (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h426 enum class ElemSegmentMode { Active, Passive, Declarative }; enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Directive/
H A DDirectiveBase.td187 def CA_Declarative: Category<"Declarative"> {}
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1670 Mode = wasm::ElemSegmentMode::Declarative; in parseElemSection()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp2244 case Category::Declarative: in ParseOpenMPDeclarativeDirectiveWithExtDecl()