Home
last modified time | relevance | path

Searched defs:IsBlockStart (Results 1 – 7 of 7) sorted by relevance

/dports/x11-wm/fvwm3/fvwm3-1.0.4/libs/
H A DParse.h20 #define IsBlockStart(c) ((c) == '[' || (c) == '{' || (c) == '(') macro
/dports/x11-wm/fvwm2/fvwm-2.6.9/libs/
H A DParse.h20 #define IsBlockStart(c) ((c) == '[' || (c) == '{' || (c) == '(') macro
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.CodeContracts/Mono.CodeContracts.Static.ControlFlow/
H A DICFG.cs55 bool IsBlockStart (APC pc); in IsBlockStart() method
H A DContractFilteredCFG.cs116 public bool IsBlockStart (APC pc) in IsBlockStart() method in Mono.CodeContracts.Static.ControlFlow.ContractFilteredCFG
H A DControlFlowGraph.cs125 public bool IsBlockStart (APC pc) in IsBlockStart() method in Mono.CodeContracts.Static.ControlFlow.ControlFlowGraph
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.CodeContracts/Mono.CodeContracts.Static.ControlFlow.Subroutines.Builders/
H A DSubroutineBuilder.cs82 public bool IsBlockStart (Label label) in IsBlockStart() method in Mono.CodeContracts.Static.ControlFlow.Subroutines.Builders.SubroutineBuilder
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/
H A DTrack.cpp545 bool TrackElement::IsBlockStart() const in IsBlockStart() function in TrackElement