Home
last modified time | relevance | path

Searched refs:RecordDef (Results 1 – 25 of 51) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/Internal/Metadata/NativeFormat/Generator/
H A DSchemaDef.cs127 public class RecordDef class
213 public static readonly RecordDef[] EnumSchema = new RecordDef[]
216 new RecordDef(
228 new RecordDef(
240 new RecordDef(
251 new RecordDef(
261 new RecordDef(
440 public static readonly RecordDef[] RecordSchema = new RecordDef[]
442 new RecordDef(
464 new RecordDef(
[all …]
H A DPublicGen.cs65 new RecordDef( in EmitEnums()
81 private void EmitEnum(RecordDef record) in EmitEnum()
H A DReaderGen.cs57 private void EmitRecord(RecordDef record) in EmitRecord()
99 private void EmitHandle(RecordDef record) in EmitHandle()
H A DWriterGen.cs39 private void EmitRecord(RecordDef record) in EmitRecord()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Modules/
H A Dmerge-record-definition-nonmodular.m5 … -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/modules.cache -fmodule-name=RecordDef
7 … -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/modules.cache -fmodule-name=RecordDef
14 #import <RecordDef/RecordDef.h>
27 #import <RecordDef/RecordDef.h>
H A Dmerge-record-definition-visibility.m10 #import <RecordDef/RecordDef.h>
H A Dmerge-record-definition.m9 #import <RecordDef/RecordDef.h>
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Modules/Inputs/merge-record-definition/RecordDefIncluder.framework/Headers/
H A DRecordDefIncluder.h1 #import <RecordDef/RecordDef.h>
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Modules/Inputs/merge-record-definition/RecordDef.framework/Modules/
H A Dmodule.modulemap1 framework module RecordDef {
2 header "RecordDef.h"
/dports/lang/yap/yap-6.2.2/LGPL/
H A Drecord.pl68 %% record(+RecordDef)
70 % Define access predicates for a compound-term. RecordDef is of
118 compile_record(RecordDef) -->
119 { RecordDef =.. [Constructor|Args],
133 current_clause(RecordDef).
149 current_clause(RecordDef) -->
151 functor(RecordDef, Name, _),
155 [ (record):current_record(Name, M, RecordDef, X, IsX)
/dports/lang/swi-pl/swipl-8.2.3/library/
H A Drecord.pl84 %! record(+RecordDef)
86 % Define access predicates for a compound-term. RecordDef is of
142 compile_record(RecordDef) -->
143 { RecordDef =.. [Constructor|Args],
159 current_clause(RecordDef).
176 current_clause(RecordDef) -->
178 functor(RecordDef, Name, _),
182 [ (record):current_record(Name, M, RecordDef, X, IsX)
197 current_record(Record, M:RecordDef),
199 ; RecordDef =.. [_|Args],
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/
H A DReflected.hs72 | RecordDef -- nothing for now constructor
H A DConcrete.hs456 | RecordDef Range Name RecordDirectives [LamBinding] [Declaration]
884 getRange (RecordDef r _ _ _ _) = r
1032 killRange (RecordDef _ n dir k d) = killRange4 (RecordDef noRange) n dir k d
1247 rnf (RecordDef _ a b c d) = rnf (a, b, c, d)
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/Concrete/
H A DFixity.hs170 RecordDef {} -> mempty
222 RecordDef _ x d _ _ -> declaresNames $ foldMap (:[]) (fst <$> recConstructor d)
H A DGeneric.hs227 RecordDef r n dir tel ds -> RecordDef r n dir (mapE tel) $ mapE ds
H A DDefinitions.hs402 RecordDef r x dir tel cs -> do
588 RecordDef{} -> True
600 RecordDef{} -> True
1399 NiceRecDef r _ _ _ _ x dir bs ds -> [RecordDef r x dir bs ds]
H A DPretty.hs458 RecordDef _ x dir tel cs ->
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaTemplate.cpp9300 CXXRecordDecl *RecordDef in ActOnExplicitInstantiation() local
9302 if (!RecordDef) { in ActOnExplicitInstantiation()
9320 RecordDef = cast_or_null<CXXRecordDecl>(Record->getDefinition()); in ActOnExplicitInstantiation()
9321 if (!RecordDef) in ActOnExplicitInstantiation()
9327 InstantiateClassMembers(NameLoc, RecordDef, in ActOnExplicitInstantiation()
9331 MarkVTableUsed(NameLoc, RecordDef, true); in ActOnExplicitInstantiation()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaTemplate.cpp9003 CXXRecordDecl *RecordDef in ActOnExplicitInstantiation() local
9005 if (!RecordDef) { in ActOnExplicitInstantiation()
9023 RecordDef = cast_or_null<CXXRecordDecl>(Record->getDefinition()); in ActOnExplicitInstantiation()
9024 if (!RecordDef) in ActOnExplicitInstantiation()
9030 InstantiateClassMembers(NameLoc, RecordDef, in ActOnExplicitInstantiation()
9034 MarkVTableUsed(NameLoc, RecordDef, true); in ActOnExplicitInstantiation()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaTemplate.cpp8945 CXXRecordDecl *RecordDef in ActOnExplicitInstantiation() local
8947 if (!RecordDef) { in ActOnExplicitInstantiation()
8965 RecordDef = cast_or_null<CXXRecordDecl>(Record->getDefinition()); in ActOnExplicitInstantiation()
8966 if (!RecordDef) in ActOnExplicitInstantiation()
8972 InstantiateClassMembers(NameLoc, RecordDef, in ActOnExplicitInstantiation()
8976 MarkVTableUsed(NameLoc, RecordDef, true); in ActOnExplicitInstantiation()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaTemplate.cpp9882 CXXRecordDecl *RecordDef in ActOnExplicitInstantiation() local
9884 if (!RecordDef) { in ActOnExplicitInstantiation()
9902 RecordDef = cast_or_null<CXXRecordDecl>(Record->getDefinition()); in ActOnExplicitInstantiation()
9903 if (!RecordDef) in ActOnExplicitInstantiation()
9909 InstantiateClassMembers(NameLoc, RecordDef, in ActOnExplicitInstantiation()
9913 MarkVTableUsed(NameLoc, RecordDef, true); in ActOnExplicitInstantiation()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp9650 CXXRecordDecl *RecordDef in ActOnExplicitInstantiation() local
9652 if (!RecordDef) { in ActOnExplicitInstantiation()
9670 RecordDef = cast_or_null<CXXRecordDecl>(Record->getDefinition()); in ActOnExplicitInstantiation()
9671 if (!RecordDef) in ActOnExplicitInstantiation()
9677 InstantiateClassMembers(NameLoc, RecordDef, in ActOnExplicitInstantiation()
9681 MarkVTableUsed(NameLoc, RecordDef, true); in ActOnExplicitInstantiation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaTemplate.cpp9896 CXXRecordDecl *RecordDef in ActOnExplicitInstantiation() local
9898 if (!RecordDef) { in ActOnExplicitInstantiation()
9916 RecordDef = cast_or_null<CXXRecordDecl>(Record->getDefinition()); in ActOnExplicitInstantiation()
9917 if (!RecordDef) in ActOnExplicitInstantiation()
9923 InstantiateClassMembers(NameLoc, RecordDef, in ActOnExplicitInstantiation()
9927 MarkVTableUsed(NameLoc, RecordDef, true); in ActOnExplicitInstantiation()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaTemplate.cpp9890 CXXRecordDecl *RecordDef in ActOnExplicitInstantiation() local
9892 if (!RecordDef) { in ActOnExplicitInstantiation()
9910 RecordDef = cast_or_null<CXXRecordDecl>(Record->getDefinition()); in ActOnExplicitInstantiation()
9911 if (!RecordDef) in ActOnExplicitInstantiation()
9917 InstantiateClassMembers(NameLoc, RecordDef, in ActOnExplicitInstantiation()
9921 MarkVTableUsed(NameLoc, RecordDef, true); in ActOnExplicitInstantiation()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaTemplate.cpp9861 CXXRecordDecl *RecordDef in ActOnExplicitInstantiation() local
9863 if (!RecordDef) { in ActOnExplicitInstantiation()
9881 RecordDef = cast_or_null<CXXRecordDecl>(Record->getDefinition()); in ActOnExplicitInstantiation()
9882 if (!RecordDef) in ActOnExplicitInstantiation()
9888 InstantiateClassMembers(NameLoc, RecordDef, in ActOnExplicitInstantiation()
9892 MarkVTableUsed(NameLoc, RecordDef, true); in ActOnExplicitInstantiation()

123