Home
last modified time | relevance | path

Searched refs:elsev (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/AST/
DStmt.cpp768 SourceLocation EL, Stmt *elsev) in IfStmt() argument
775 SubExprs[ELSE] = elsev; in IfStmt()
/external/clang/include/clang/AST/
DStmt.h892 Stmt *elsev = nullptr);
/external/llvm/bindings/go/llvm/
Dir.go1671 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/
Dir.go1738 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/
Dllvm.mli2265 (** [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/
Dllvm.mli2493 (** [build_select cond thenv elsev name b] creates a
2494 [%name = select %cond, %thenv, %elsev]
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli2477 (** [build_select cond thenv elsev name b] creates a
2478 [%name = select %cond, %thenv, %elsev]