Searched defs:Or (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dbuild.c296 * Or two subgraphs into one graph via:
298 * Or(G1, G2) ::= --o-G1-o--
309 Or( Graph g1, Graph g2 ) function
311 Or( g1, g2 )
317 require(g1.left != NULL, "Or: invalid graph");
318 require(g2.left != NULL && g2.right != NULL, "Or: invalid graph");
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
H A Dast.py1011 class Or(Node): class in inherits:Node
1025 return "Or(%s)" % (repr(self.nodes),)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A DPython-ast.h16 typedef enum _boolop { And=1, Or=2 } boolop_ty; enumerator in enum:_boolop
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A DPython-ast.h16 typedef enum _boolop { And=1, Or=2 } boolop_ty; enumerator in enum:_boolop

Completed in 116 milliseconds