Home
last modified time | relevance | path

Searched defs:Streaming (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/Preprocessor/
H A Dmacro_expand.c24 #define Streaming _Pragma("omp FOO for") macro
/llvm-project/clang/unittests/AST/
H A DAttrTest.cpp178 auto Streaming = clang::ArmStreamingAttr::CreateImplicit(Ctx); in TEST() local
/llvm-project/clang/unittests/Format/
H A DFormatTestVerilog.cpp1226 TEST_F(FormatTestVerilog,Streaming) TEST_F() argument
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfoPOSIX_arm64.h18 enum class SVEState : uint8_t { Unknown, Disabled, FPSIMD, Full, Streaming }; enumerator