Home
last modified time | relevance | path

Searched defs:IsTemporary (Results 1 – 5 of 5) sorted by relevance

/third_party/lzma/CPP/Windows/
DFileFind.h120 bool IsTemporary() const { return MatchesMask(FILE_ATTRIBUTE_TEMPORARY); } in IsTemporary() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbol.h87 unsigned IsTemporary : 1; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCContext.cpp160 bool IsTemporary) { in createSymbolImpl()
186 bool IsTemporary = CanBeUnnamed; in createSymbol() local
/third_party/node/deps/v8/src/torque/
Dimplementation-visitor.h114 bool IsTemporary() const { return temporary_.has_value(); } in IsTemporary() function
/third_party/cef/tests/ceftests/
Dframe_handler_unittest.cc162 bool IsTemporary() const { return is_temporary_; } in IsTemporary() function