Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 35 for UNDEF (0.04 sec)

  1. test/undef.go

    Emmanuel Odeke <******@****.***> 1460323946 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 758 bytes
    - Viewed (0)
  2. src/go/doc/comment/testdata/doclink.txt

    There is no [Undef] or [Undef.Method].
    See also the [comment] package,
    especially [comment.Doc] and [comment.Parser.Parse].
    -- gofmt --
    In this package, see [Doc] and [Parser.Parse].
    There is no [Undef] or [Undef.Method].
    See also the [comment] package,
    especially [comment.Doc] and [comment.Parser.Parse].
    -- text --
    In this package, see Doc and Parser.Parse. There is no [Undef] or
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:31:45 UTC 2022
    - 1.1K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/native-binaries/cunit/groovy/libs/cunit/2.1-2/include/CUnit/CUnit_intl.h

    #endif
    #ifndef N_
    #  define N_(String) gettext_noop (String)
    #endif
    */
    
    /* deactivate these when source preparation is complete */
    #undef _
    #define _(String) (String)
    #undef N_
    #define N_(String) String
    #undef textdomain
    #define textdomain(Domain)
    #undef bindtextdomain
    #define bindtextdomain(Package, Directory)
    
    #endif  /*  CUNIT_CUNIT_INTL_H_SEEN  */
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  4. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-tuple.h.pump

    // 6.1.4 Pairs.
    // Unimplemented.
    
    }  // namespace tr1
    }  // namespace std
    
    
    $for j [[
    #undef GTEST_$(j)_TUPLE_
    
    ]]
    
    
    $for j [[
    #undef GTEST_$(j)_TYPENAMES_
    
    ]]
    
    #undef GTEST_DECLARE_TUPLE_AS_FRIEND_
    #undef GTEST_BY_REF_
    #undef GTEST_ADD_REF_
    #undef GTEST_TUPLE_ELEMENT_
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_types.def

    #ifndef HANDLE_LAST_TF_TYPE
    #define HANDLE_LAST_TF_TYPE(class, enumerant, name) \
      HANDLE_TF_REF_TYPE(class, enumerant, name)
    #endif
    HANDLE_LAST_TF_TYPE(VariantRef, VARIANT_REF, "variantref")
    #undef HANDLE_LAST_TF_TYPE
    
    #undef HANDLE_TF_REF_TYPE
    #undef HANDLE_TF_TYPE
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Sep 09 03:12:53 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  6. src/runtime/cgo/asm_wasm.s

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    #include "textflag.h"
    
    TEXT ·set_crosscall2(SB),NOSPLIT,$0-0
    	UNDEF
    
    TEXT crosscall2(SB), NOSPLIT, $0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 17 21:53:11 UTC 2023
    - 270 bytes
    - Viewed (0)
  7. src/runtime/defs_arm_linux.go

    #include <asm/ucontext.h>
    #include <asm/siginfo.h>
    #include <linux/time.h>
    
    struct xsiginfo {
    	int si_signo;
    	int si_errno;
    	int si_code;
    	char _sifields[4];
    };
    
    #undef sa_handler
    #undef sa_flags
    #undef sa_restorer
    #undef sa_mask
    
    struct xsigaction {
    	void (*sa_handler)(void);
    	unsigned long sa_flags;
    	void (*sa_restorer)(void);
    	unsigned int sa_mask;		// mask last for extensibility
    };
    */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 2.7K bytes
    - Viewed (0)
  8. src/internal/types/testdata/fixedbugs/issue59371.go

    // license that can be found in the LICENSE file.
    
    package p
    
    var m map[int]int
    
    func _() {
    	_, ok /* ERROR "undefined: ok" */ = m[0] // must not crash
    }
    
    func _() {
    	var ok = undef /* ERROR "undefined: undef" */
    	x, ok := m[0]  // must not crash
    	_, _ = x, ok
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 19 14:07:00 UTC 2023
    - 372 bytes
    - Viewed (0)
  9. test/fixedbugs/bug072.go

    // Copyright 2009 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package main
    
    func main() {
    	s := string(bug);  // ERROR "undef"
    	_ = s
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 28 18:13:13 UTC 2023
    - 249 bytes
    - Viewed (0)
  10. src/runtime/sys_wasm.s

    	Get R0
    	F64Const $0.
    	F64Lt
    	If
    		I64Const $0x8000000000000000
    		Return
    	End
    
    	Get R0
    	I64TruncF64U
    	Return
    
    TEXT runtime·exitThread(SB), NOSPLIT, $0-0
    	UNDEF
    
    TEXT runtime·osyield(SB), NOSPLIT, $0-0
    	UNDEF
    
    TEXT runtime·growMemory(SB), NOSPLIT, $0
    	Get SP
    	I32Load pages+0(FP)
    	GrowMemory
    	I32Store ret+8(FP)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 06 17:48:24 UTC 2023
    - 1.4K bytes
    - Viewed (0)
Back to top