Searched refs:elsev (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/AST/ |
D | Stmt.cpp | 768 SourceLocation EL, Stmt *elsev) in IfStmt() argument 775 SubExprs[ELSE] = elsev; in IfStmt()
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 892 Stmt *elsev = nullptr);
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1671 func (b Builder) CreateSelect(ifv, thenv, elsev Value, name string) (v Value) { 1674 v.C = C.LLVMBuildSelect(b.C, ifv.C, thenv.C, elsev.C, cname)
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | ir.go | 1738 func (b Builder) CreateSelect(ifv, thenv, elsev Value, name string) (v Value) { 1741 v.C = C.LLVMBuildSelect(b.C, ifv.C, thenv.C, elsev.C, cname)
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.mli | 2265 (** [build_select cond thenv elsev name b] creates a 2266 [%name = select %cond, %thenv, %elsev]
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 2493 (** [build_select cond thenv elsev name b] creates a 2494 [%name = select %cond, %thenv, %elsev]
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 2477 (** [build_select cond thenv elsev name b] creates a 2478 [%name = select %cond, %thenv, %elsev]
|