HomeSort by: relevance | last modified time | path
    Searched defs:getInteger (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DerivedTypes.h 442 static VectorType *getInteger(VectorType *VTy) {
449 /// This static method is like getInteger except that the element types are
539 static FixedVectorType *getInteger(FixedVectorType *VTy) {
540 return cast<FixedVectorType>(VectorType::getInteger(VTy));
587 static ScalableVectorType *getInteger(ScalableVectorType *VTy) {
588 return cast<ScalableVectorType>(VectorType::getInteger(VTy));
  /src/external/apache2/llvm/dist/llvm/lib/Support/
JSON.cpp 53 llvm::Optional<int64_t> Object::getInteger(StringRef K) const {
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
expression.h 259 dinteger_t getInteger() { return value; }
  /src/external/apache2/llvm/dist/clang/lib/Lex/
ModuleMap.cpp 1404 uint64_t getInteger() const {
2356 Header.Size = Tok.getInteger();
2369 Header.ModTime = Tok.getInteger();

Completed in 35 milliseconds