Home
last modified time | relevance | path

Searched defs:NoEscape (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h249 bool NoEscape : 1; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h415 unsigned NoEscape : 1; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp72 std::optional<bool> NoEscape = false; member