Home
last modified time | relevance | path

Searched refs:RCX_Relation (Results 1 – 6 of 6) sorted by relevance

/dports/lang/nqc/nqc-3.1.r6_1/compiler/
H A DRelExpr.cpp39 static RCX_Relation sRCX_Codes[] = {
128 RCX_Relation rel; in EmitBranch_()
H A DBytecode.h101 void AddTest(RCX_Value v1, RCX_Relation rel, RCX_Value v2, int label);
H A DBytecode.cpp134 void Bytecode::AddTest(RCX_Value v1, RCX_Relation rel, RCX_Value v2, int label) in AddTest()
/dports/lang/nqc/nqc-3.1.r6_1/rcxlib/
H A DRCX_Cmd.h81 RCX_Cmd* MakeTest(RCX_Value v1, RCX_Relation rel, RCX_Value v2, short offset);
H A DRCX_Cmd.cpp290 RCX_Cmd* RCX_Cmd::MakeTest(RCX_Value v1, RCX_Relation rel, RCX_Value v2, short offset) in MakeTest()
H A DRCX_Constants.h253 } RCX_Relation; typedef