Home
last modified time | relevance | path

Searched defs:Finished (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h54 bool Finished = false; variable
H A DConstantInitBuilder.h103 bool Finished = false; variable
/netbsd-src/games/mille/
H A Dextern.c48 Finished, /* set if current hand is finished */ variable
/netbsd-src/external/apache2/llvm/dist/clang/docs/tools/
H A Ddump_format_style.py124 BeforeStruct, Finished, InStruct, InNestedStruct, InNestedFieldComent, \ variable in read_options.State
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp62 std::atomic<bool> Finished{false}; member in llvm::orc::RemoteTargetProcessControl
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp2680 bool Finished = false; in ReadStmtFromStream() local