HomeSort by relevance Sort by last modified time
    Searched refs:Func (Results 501 - 525 of 911) sorted by null

<<21222324252627282930>>

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
noder.go 17 func parseFile(filename string) {
48 func (p *noder) file(file *syntax.File) {
58 func (p *noder) decls(decls []syntax.Decl) (l []*Node) {
109 func (p *noder) importDecl(imp *syntax.ImportDecl) {
140 yyerrorl(pack.Lineno, "cannot import package as init - init must be a func")
155 func (p *noder) varDecl(decl *syntax.VarDecl) []*Node {
172 func (p *noder) constDecl(decl *syntax.ConstDecl) []*Node {
188 func (p *noder) typeDecl(decl *syntax.TypeDecl) *Node {
200 func (p *noder) declNames(names []*syntax.Name) []*Node {
208 func (p *noder) declName(name *syntax.Name) *Node
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
noder.go 17 func parseFile(filename string) {
48 func (p *noder) file(file *syntax.File) {
58 func (p *noder) decls(decls []syntax.Decl) (l []*Node) {
109 func (p *noder) importDecl(imp *syntax.ImportDecl) {
140 yyerrorl(pack.Lineno, "cannot import package as init - init must be a func")
155 func (p *noder) varDecl(decl *syntax.VarDecl) []*Node {
172 func (p *noder) constDecl(decl *syntax.ConstDecl) []*Node {
188 func (p *noder) typeDecl(decl *syntax.TypeDecl) *Node {
200 func (p *noder) declNames(names []*syntax.Name) []*Node {
208 func (p *noder) declName(name *syntax.Name) *Node
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 3887 const Func<Sig_>& func = this->doGetScalarFunc(); local
3918 const Func<Sig>& func; member in struct:vkt::shaderexecutor::GenFuncs
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 3916 const Func<Sig_>& func = this->doGetScalarFunc(); local
3947 const Func<Sig>& func; member in struct:deqp::gls::BuiltinPrecisionTests::GenFuncs
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/DeviceIoOnPciRootBridgeIoThunk/
DeviceIoOnPciRootBridgeIoThunk.c     [all...]
  /external/clang/unittests/ASTMatchers/Dynamic/
RegistryTest.cpp 236 Matcher<Decl> Func =
242 EXPECT_TRUE(matches("void f(){};", Func));
243 EXPECT_FALSE(matches("void f();", Func));
  /external/eigen/Eigen/src/Geometry/
Homogeneous.h 104 template<typename Func>
105 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE typename internal::result_of<Func(Scalar,Scalar)>::type
106 redux(const Func& func) const
108 return func(m_matrix.redux(func), Scalar(1));
  /external/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 697 Record *Func = ComboFuncList[i];
698 std::vector<Record*> FUs = Func->getValueAsListOfDefs("CFD");
702 << Func->getName() << "\n");
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/goobj/
read.go 113 func (k SymKind) String() string {
129 Func *Func // additional data for functions
146 func (s SymID) String() string {
191 // Func contains additional per-symbol information specific to functions.
192 type Func struct {
255 func importPathToPrefix(s string) string {
288 func (r *objReader) init(f io.ReadSeeker, p *Package) {
302 func (r *objReader) error(err error) error {
318 func (r *objReader) readByte() byte
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/goobj/
read.go 113 func (k SymKind) String() string {
129 Func *Func // additional data for functions
146 func (s SymID) String() string {
191 // Func contains additional per-symbol information specific to functions.
192 type Func struct {
255 func importPathToPrefix(s string) string {
288 func (r *objReader) init(f io.ReadSeeker, p *Package) {
302 func (r *objReader) error(err error) error {
318 func (r *objReader) readByte() byte
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
check.go 78 methods map[string][]*Func // maps type names to associated methods
81 delayed []func() // delayed checks requiring fully setup types
94 func (check *Checker) addUnusedDotImport(scope *Scope, pkg *Package, pos token.Pos) {
109 func (check *Checker) addDeclDep(to Object) {
120 func (check *Checker) assocMethod(tname string, meth *Func) {
123 m = make(map[string][]*Func)
129 func (check *Checker) rememberUntyped(e ast.Expr, lhs bool, mode operandMode, typ *Basic, val constant.Value) {
138 func (check *Checker) later(name string, decl *declInfo, sig *Signature, body *ast.BlockStmt) {
142 func (check *Checker) delay(f func())
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
check.go 78 methods map[string][]*Func // maps type names to associated methods
81 delayed []func() // delayed checks requiring fully setup types
94 func (check *Checker) addUnusedDotImport(scope *Scope, pkg *Package, pos token.Pos) {
109 func (check *Checker) addDeclDep(to Object) {
120 func (check *Checker) assocMethod(tname string, meth *Func) {
123 m = make(map[string][]*Func)
129 func (check *Checker) rememberUntyped(e ast.Expr, lhs bool, mode operandMode, typ *Basic, val constant.Value) {
138 func (check *Checker) later(name string, decl *declInfo, sig *Signature, body *ast.BlockStmt) {
142 func (check *Checker) delay(f func())
    [all...]
  /art/test/964-default-iface-init-gen/util-src/
generate_java.py 76 self.tests.add(Func(ty))
108 class Func(mixins.Named, mixins.NameComparableMixin):
  /art/test/968-default-partial-compile-gen/util-src/
generate_smali.py 104 self.tests.add(Func(ty))
129 class Func(mixins.Named, mixins.NameComparableMixin):
  /art/test/970-iface-super-resolution-gen/util-src/
generate_smali.py 96 self.tests.add(Func(ty))
131 class Func(mixins.Named, mixins.NameComparableMixin):
  /external/clang/include/clang/ASTMatchers/
ASTMatchersMacros.h 387 ReturnTypesF>::Func MatcherName
401 ReturnTypesF>::Func MatcherName##Loc; \
  /external/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 58 template <VariadicOperatorFunction Func>
67 return Func(DynNode, Finder, Builder, InnerMatchers);
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
DescriptorUtil.cs 44 /// Equivalent to Func[TInput, int, TOutput] but usable in .NET 2.0. Only used to convert
  /external/skia/bench/
GLInstancedArraysBench.cpp 159 template<typename Func>
160 static void setup_matrices(int numQuads, Func f) {
  /external/skia/experimental/svg/model/
SkSVGAttributeParser.cpp 281 template <typename Func, typename T>
282 bool SkSVGAttributeParser::parseParenthesized(const char* prefix, Func f, T* result) {
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVUtil.h 435 FuncTy Func){
439 typename MapTy::mapped_type NF = Func();
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXMCAsmStreamer.cpp 109 virtual void EmitThumbFunc(MCSymbol *Func);
247 void PTXMCAsmStreamer::EmitThumbFunc(MCSymbol *Func) {}
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersMacros.h 387 ReturnTypesF>::Func MatcherName
401 ReturnTypesF>::Func MatcherName##Loc; \
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersMacros.h 387 ReturnTypesF>::Func MatcherName
401 ReturnTypesF>::Func MatcherName##Loc; \
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersMacros.h 387 ReturnTypesF>::Func MatcherName
401 ReturnTypesF>::Func MatcherName##Loc; \

Completed in 789 milliseconds

<<21222324252627282930>>