Home
last modified time | relevance | path

Searched refs:getLocalType (Results 76 – 100 of 121) sorted by relevance

12345

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/Serialization/
H A DASTReader.h1789 QualType getLocalType(ModuleFile &F, unsigned LocalID);
1800 return getLocalType(F, Record[Idx++]); in readType()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/Serialization/
H A DASTReader.h1770 QualType getLocalType(ModuleFile &F, unsigned LocalID);
1781 return getLocalType(F, Record[Idx++]); in readType()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1770 QualType getLocalType(ModuleFile &F, unsigned LocalID);
1781 return getLocalType(F, Record[Idx++]); in readType()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/Serialization/
H A DASTReader.h1797 QualType getLocalType(ModuleFile &F, unsigned LocalID);
1808 return getLocalType(F, Record[Idx++]); in readType()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/Serialization/
H A DASTReader.h1807 QualType getLocalType(ModuleFile &F, unsigned LocalID);
1818 return getLocalType(F, Record[Idx++]); in readType()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/Serialization/
H A DASTReader.h1803 QualType getLocalType(ModuleFile &F, unsigned LocalID);
1814 return getLocalType(F, Record[Idx++]); in readType()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/Serialization/
H A DASTReader.h1803 QualType getLocalType(ModuleFile &F, unsigned LocalID);
1814 return getLocalType(F, Record[Idx++]); in readType()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1803 QualType getLocalType(ModuleFile &F, unsigned LocalID);
1814 return getLocalType(F, Record[Idx++]); in readType()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/Serialization/
H A DASTReader.h1803 QualType getLocalType(ModuleFile &F, unsigned LocalID);
1814 return getLocalType(F, Record[Idx++]); in readType()
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/Serialization/
H A DASTReader.h1803 QualType getLocalType(ModuleFile &F, unsigned LocalID);
1814 return getLocalType(F, Record[Idx++]); in readType()
/dports/devel/binaryen/binaryen-version_98/src/wasm/
H A Dwasm-validator.cpp877 shouldBeTrue(curr->type == getFunction()->getLocalType(curr->index), in visitLocalGet()
889 shouldBeEqual(getFunction()->getLocalType(curr->index), in visitLocalSet()
895 getFunction()->getLocalType(curr->index), in visitLocalSet()
H A Dwasm.cpp1081 Type Function::getLocalType(Index index) { in getLocalType() function in wasm::Function
H A Dwasm-s-parser.cpp1072 ret->type = currFunction->getLocalType(ret->index); in makeLocalGet()
1080 ret->makeTee(currFunction->getLocalType(ret->index)); in makeLocalTee()
H A Dwasm-binary.cpp3086 curr->type = currFunction->getLocalType(curr->index); in visitLocalGet()
3099 curr->makeTee(currFunction->getLocalType(curr->index)); in visitLocalSet()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/Serialization/
H A DASTReader.h1796 QualType getLocalType(ModuleFile &F, unsigned LocalID);
1807 return getLocalType(F, Record[Idx++]); in readType()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/Serialization/
H A DASTReader.h1799 QualType getLocalType(ModuleFile &F, unsigned LocalID);
1810 return getLocalType(F, Record[Idx++]);
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/Serialization/
H A DASTReader.h1787 QualType getLocalType(ModuleFile &F, unsigned LocalID);
1798 return getLocalType(F, Record[Idx++]); in readType()
/dports/devel/binaryen/binaryen-version_98/src/passes/
H A DOptimizeInstructions.cpp72 info.maxBits = getBitsForType(func->getLocalType(i)); // worst-case in doWalkFunction()
94 auto type = getFunction()->getLocalType(curr->index); in visitLocalSet()
H A DI64ToI32Lowering.cpp172 Type paramType = oldFunc->getLocalType(i); in doWalkFunction()
H A DPrint.cpp2320 << ' ' << SExprType(curr->getLocalType(i)) << ')'; in visitDefinedFunction()
/dports/devel/binaryen/binaryen-version_98/src/
H A Dwasm.h1474 Type getLocalType(Index index);
H A Dwasm2js.h812 wasmToAsmType(func->getLocalType(i)))))); in processFunction()
825 makeAsmCoercedZero(wasmToAsmType(func->getLocalType(i)))); in processFunction()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DScriptObject.java997 assert uc.getLocalType() == Object.class; in modifyOwnProperty()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DScriptObject.java997 assert uc.getLocalType() == Object.class; in modifyOwnProperty()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DScriptObject.java997 assert uc.getLocalType() == Object.class; in modifyOwnProperty()

12345