Home
last modified time | relevance | path

Searched defs:Constant (Results 1 – 25 of 237) sorted by relevance

12345678910

/external/v8/src/compiler/
Djs-graph.cc49 Node* JSGraph::Constant(Handle<Object> value) { in Constant() function in v8::internal::compiler::JSGraph
69 Node* JSGraph::Constant(const ObjectRef& ref) { in Constant() function in v8::internal::compiler::JSGraph
96 Node* JSGraph::Constant(double value) { in Constant() function in v8::internal::compiler::JSGraph
103 Node* JSGraph::Constant(int32_t value) { in Constant() function in v8::internal::compiler::JSGraph
109 Node* JSGraph::Constant(uint32_t value) { in Constant() function in v8::internal::compiler::JSGraph
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstants.h59 friend class Constant; variable
85 friend class Constant; variable
265 friend class Constant; variable
338 friend class Constant; variable
DConstant.h44 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps) in Constant() function
DAutoUpgrade.h21 class Constant; variable
/external/llvm/include/llvm/IR/
DConstants.h54 friend class Constant; variable
81 friend class Constant; variable
259 friend class Constant; variable
323 friend class Constant; variable
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DConstant.java34 public abstract class Constant implements Cloneable, Node { class
67 Constant(final byte tag) { in Constant() method in Constant
/external/swiftshader/third_party/LLVM/include/llvm/
DConstant.h46 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps) in Constant() function
109 static inline bool classof(const Constant *) { return true; } in classof()
/external/llvm/lib/Target/X86/
DX86ShuffleDecodeConstantPool.h25 class Constant; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ShuffleDecodeConstantPool.h25 class Constant; variable
/external/cldr/tools/java/org/unicode/cldr/util/props/
DUnicodeLabel.java47 public static class Constant extends UnicodeLabel { class in UnicodeLabel
49 public Constant(String value) { in Constant() method in UnicodeLabel.Constant
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.h26 class Constant; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantFold.h27 class Constant; variable
/external/llvm/lib/IR/
DConstantFold.h25 class Constant; variable
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/scanner/
DConstant.java20 public final class Constant { class
45 private Constant(String content) { in Constant() method in Constant
/external/llvm/include/llvm/AsmParser/
DParser.h21 class Constant; variable
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/
DConstant.java27 public class Constant { class
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DConstantFolding.h24 class Constant; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DModuleUtils.h27 class Constant; variable
/external/llvm/include/llvm/Transforms/Utils/
DModuleUtils.h27 class Constant; variable
/external/proguard/src/proguard/classfile/constant/
DConstant.java32 public abstract class Constant implements VisitorAccepter class
/external/tensorflow/tensorflow/lite/experimental/swift/Tests/
DModelTests.swift57 private enum Constant { enum
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DConstant.h46 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps) in Constant() function
/external/llvm/include/llvm/Analysis/
DConstantFolding.h26 class Constant; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/AsmParser/
DParser.h21 class Constant; variable
/external/clang/test/Sema/
Dformat-strings-enum.c15 typedef enum { Constant = 0 } TestEnum; enumerator

12345678910