Home
last modified time | relevance | path

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

/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstAlias.h62 bool isRecord() const { return Kind == K_Record; } in isRecord() function
/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.h
/llvm-project/offload/plugins-nextgen/common/src/
H A DPluginInterface.cpp1705 initialize_record_replay(int32_t DeviceId,int64_t MemorySize,void * VAddr,bool isRecord,bool SaveOutput,uint64_t & ReqPtrArgOffset) initialize_record_replay() argument
/llvm-project/flang/lib/Parser/
H A Dunparse.cpp466 bool isRecord{std::holds_alternative<DeclarationTypeSpec::Record>(dts.u)}; in Unparse() local