Home
last modified time | relevance | path

Searched +full:external +full:- +full:contents (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/minix3/external/bsd/llvm/dist/clang/test/VFS/Inputs/
H A Dvfsoverlay.yaml5 'contents': [
7 'external-contents': 'INPUT_DIR/actual_header.h'
10 'external-contents': 'INPUT_DIR/import_some_frame.h'
13 'external-contents': 'INPUT_DIR/actual_module.map'
16 'external-contents': 'INPUT_DIR/include_real.h'
19 'contents': [
21 'contents': [
23 'external-contents': 'INPUT_DIR/public_header.h' },
25 'external-contents': 'INPUT_DIR/public_header2.h' }
31 'external-contents': 'INPUT_DIR/Foo.h'
[all …]
H A Duse-external-names.yaml3 'use-external-names': EXTERNAL_NAMES,
4 'roots': [{ 'type': 'file', 'name': 'OUT_DIR/external-names.h',
5 'external-contents': 'INPUT_DIR/external-names.h'
H A Dvfsoverlay2.yaml5 'contents': [
7 'external-contents': 'INPUT_DIR/actual_module2.map'
H A Dmissing-key.yaml3 'roots': [ { 'name' : 'foo', 'external-contents': 'bar' } ]
/minix3/external/bsd/llvm/dist/clang/unittests/libclang/
H A DLibclangTest.cpp1 //===- unittests/libclang/LibclangTest.cpp --- libclang tests -------------===//
8 //===----------------------------------------------------------------------===//
10 #include "clang-c/Index.h"
18 #define DEBUG_TYPE "libclang-test"
42 const char *Contents; member
45 TestVFO(const char *Contents) : Contents(Contents) { in TestVFO()
60 if (Contents) { in ~TestVFO()
65 EXPECT_STREQ(Contents, BufStr.c_str()); in ~TestVFO()
74 const char *contents = in TEST() local
81 " 'contents': [\n" in TEST()
[all …]
/minix3/external/bsd/llvm/dist/clang/unittests/Basic/
H A DVirtualFileSystemTest.cpp1 //===- unittests/Basic/VirtualFileSystem.cpp ---------------- VFS tests ---===//
8 //===----------------------------------------------------------------------===//
40 return I->second; in status()
54 if (LastSep == Path.size() || LastSep == Path.size()-1) in isInPath()
64 if (isInPath(I->first)) { in DirIterImpl()
65 CurrentEntry = I->second; in DirIterImpl()
73 if (isInPath(I->first)) { in increment()
74 CurrentEntry = I->second; in increment()
118 D->addRegularFile("/foo"); in TEST()
119 Status = D->status("/foo"); in TEST()
[all …]
/minix3/external/bsd/llvm/dist/clang/test/Index/Inputs/
H A Dvfsoverlay.yaml5 'contents': [
7 'external-contents': 'INPUT_DIR/module.map'
10 'external-contents': 'INPUT_DIR/module_needs_vfs.h'
13 'external-contents': 'INPUT_DIR/base_module_needs_vfs.h'
/minix3/external/gpl3/binutils/patches/
H A D0008-Fix-build-error-on-OSX.patch9 …In file included from /Users/thomas/minix/tools/binutils/../../external/gpl3/binutils/dist/gold/bi…
10 …In file included from /Users/thomas/minix/tools/binutils/../../external/gpl3/binutils/dist/gold/st…
11 …In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolcha…
12 …In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolcha…
13 …In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolcha…
14 …/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/…
17 Signed-off-by: Thomas Veerman <tveerman@gmail.com>
18 ---
19 gold/binary.cc | 2 +-
20 1 file changed, 1 insertion(+), 1 deletion(-)
[all …]
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DVirtualFileSystem.cpp1 //===- VirtualFileSystem.cpp - Virtual File System Layer --------*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
10 //===----------------------------------------------------------------------===//
79 return (*F)->getBuffer(Name, FileSize, RequiresNullTerminator, IsVolatile); in getBufferForFile()
82 //===-----------------------------------------------------------------------===/
84 //===-----------------------------------------------------------------------===/
100 getBuffer(const Twine &Name, int64_t FileSize = -1,
110 assert(FD != -1 && "cannot stat closed file"); in status()
125 assert(FD != -1 && "cannot get buffer for closed file"); in getBuffer()
143 FD = -1; in close()
[all …]
/minix3/common/lib/libprop/
H A Dprop_string.389 .Bl -tag -width "xxxxx"
109 If the string being copied is an immutable external C string reference,
110 then the copy is also immutable and references the same external C string.
130 Returns a copy of the string's contents as a C string.
144 Returns an immutable reference to the contents of the string as a
150 Append the contents of
H A Dprop_data.372 .Bl -tag -width "xxxxx"
91 If the data object being copied is an external data reference,
92 then the copy also references the same external data.
100 Returns a copy of the data object's contents.
114 Returns an immutable reference to the contents of the data object.
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/analysis/
H A Dllvm_analysis.mli1 (*===-- llvm_analysis.mli - LLVM OCaml Interface --------------*- OCaml -*-===*
8 *===----------------------------------------------------------------------===*)
17 human-readable validation report. See [llvm::verifyModule]. *)
18 external verify_module : Llvm.llmodule -> string option = "llvm_verify_module"
22 human-readable validation report. See [llvm::verifyFunction]. *)
23 external verify_function : Llvm.llvalue -> bool = "llvm_verify_function"
28 external assert_valid_module : Llvm.llmodule -> unit
34 external assert_valid_function : Llvm.llvalue -> unit
40 external view_function_cfg : Llvm.llvalue -> unit = "llvm_view_function_cfg"
43 include the contents of basic blocks into the nodes.
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/
H A Ddyn-stackalloc.ll1 ; RUN: llc -mtriple=arm-eabi %s -o /dev/null
7 @str215 = external global [2 x i8]
33 define void @t2(%struct.comment* %vc, i8* %tag, i8* %contents) {
35 %tmp3 = call i32 @strlen(i8* %contents)
43 %tmp15 = call i8* @strcat(i8* %tmp6, i8* %contents)
/minix3/external/bsd/dhcp/dist/common/
H A Ddhcp-eval.51 .\" $NetBSD: dhcp-eval.5,v 1.1.1.3 2014/07/12 11:57:40 spz Exp $
3 .\" Id: dhcp-eval.5,v 1.33 2012/05/17 15:50:14 sar Exp
5 .\" Copyright (c) 2009-2012,2014 by Internet Systems Consortium, Inc. ("ISC")
7 .\" Copyright (c) 1996-2003 by Internet Software Consortium
27 .\" Support and other services are available for ISC products - see
30 .TH dhcp-eval 5
32 dhcp-eval - ISC DHCP conditional evaluation
35 the ability to perform conditional behavior depending on the contents
46 if option dhcp-user-class = "accounting" {
47 max-lease-time 17600;
[all …]
/minix3/external/bsd/elftoolchain/
H A Dprepare-import.sh2 # $NetBSD: prepare-import.sh,v 1.1 2014/03/09 16:58:03 christos Exp $
4 # Copy the FreeBSD src/lib/elftwoolchain directory contents to dist. Run
11 # cvs import src/external/bsd/elftoolchain/dist FreeBSD FreeBSD-X-Y-Z
16 set -e
18 if [ -z "$1" ]
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DTestSuiteMakefileGuide.rst2 LLVM test-suite Makefile Guide
5 .. contents::
11 This document describes the features of the Makefile-based LLVM
12 test-suite. This way of interacting with the test-suite is deprecated in
13 favor of running the test-suite using LNT, but may continue to prove
14 useful for some users. See the Testing Guide's :ref:`test-suite Quickstart
15 <test-suite-quickstart>` section for more information.
20 The ``test-suite`` module contains a number of programs that can be
36 In addition for testing correctness, the ``test-suite`` directory also
42 ``test-suite`` tests are divided into three types of tests: MultiSource,
[all …]
H A DReleaseProcess.rst5 .. contents::
17 -------------------------------
30 Not all bugs or regressions are show-stoppers and it's a bit of a grey area what
52 test-release.sh
53 ---------------
55 This script will check-out, configure and compile LLVM+Clang (+ most add-ons, like ``compiler-rt``,
56 ``libcxx`` and ``clang-extra-tools``) in three stages, and will test the final stage.
58 that's the one you should use for the test-suite and other external tests.
62 ./test-release.sh \
63 -release 3.3 \
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/DebugInfo/X86/
H A Dgnu-public-names.ll1 ; RUN: llc -mtriple=x86_64-pc-linux-gnu -generate-gnu-dwarf-pub-sections < %s | FileCheck -check-pr…
2 ; RUN: llc -mtriple=x86_64-pc-linux-gnu -generate-gnu-dwarf-pub-sections -filetype=obj < %s | llvm-
3 ; ModuleID = 'dwarf-public-names.cpp'
26 ; return -1;
40 ; ASM: .byte 32 # Kind: VARIABLE, EXTERNAL
41 ; ASM-NEXT: .asciz "global_variable" # External Name
44 ; ASM: .byte 16 # Kind: TYPE, EXTERNAL
45 ; ASM-NEXT: .asciz "C" # External Name
47 ; CHECK: .debug_info contents:
50 ; CHECK-NOT: DW_AT_GNU_pubtypes [
[all …]
/minix3/lib/libc/gen/
H A Dfts.385 In general, directories are visited two distinguishable times; in pre-order
86 (before any of their descendants are visited) and in post-order (after all
93 prune and/or re-visit portions of the hierarchy.
118 .Bd -literal -offset 2n
126 short fts_level; /* depth (\-1 to N) */
138 .Bl -tag -width "fts_namelen"
149 .Bl -tag -width FTS_DEFAULT
151 A directory being visited in pre-order.
181 A directory being visited in post-order.
182 The contents of the
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Dcompact-unwind.ll1 ; RUN: llc < %s -disable-fp-elim -mtriple x86_64-apple-darwin11 -mcpu corei7 | FileCheck -check-pre…
2 ; RUN: llc < %s -disable-fp-elim -mtriple x86_64-apple-darwin11 -mcpu corei7 -filetype=obj -o - \
3 ; RUN: | llvm-objdump -triple x86_64-apple-darwin11 -unwind-info - \
4 ; RUN: | FileCheck -check-prefix=CU %s
5 ; RUN: llc < %s -disable-fp-elim -mtriple x86_64-apple-darwin11 -mcpu corei7 \
6 ; RUN: | llvm-mc -triple x86_64-apple-darwin11 -filetype=obj -o - \
7 ; RUN: | llvm-objdump -triple x86_64-apple-darwin11 -unwind-info - \
8 ; RUN: | FileCheck -check-prefix=FROM-ASM %s
10 ; RUN: llc < %s -mtriple x86_64-apple-macosx10.8.0 -mcpu corei7 -filetype=obj -o - \
11 ; RUN: | llvm-objdump -triple x86_64-apple-macosx10.8.0 -unwind-info - \
[all …]
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DExternalSemaSource.h1 //===--- ExternalSemaSource.h - External Sema Interface ---------*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
50 /// external AST sources that also provide information for semantic
68 /// \brief Load the contents of the global method pool for a given
72 /// \brief Load the set of namespaces that are known to the external source,
92 /// \brief Read the set of tentative definitions known to the external Sema
95 /// The external source should append its own tentative definitions to the
97 /// invoked multiple times; the external source should take care not to
102 /// \brief Read the set of unused file-scope declarations known to the
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/Thumb/
H A Ddyn-stackalloc.ll1 …llc < %s -mtriple=thumb-apple-darwin -disable-cgp-branch-opts -disable-post-ra -verify-machineinst…
2-mtriple=thumb-apple-darwin -disable-cgp-branch-opts -disable-post-ra -regalloc=basic -verify-mac…
8 ; CHECK-LABEL: t1:
11 ; CHECK: lsls r[[R0:[0-9]+]]
12 ; CHECK: mov r[[R1:[0-9]+]], sp
13 ; CHECK: subs r[[R2:[0-9]+]], r[[R1]], r[[R0]]
39 @str215 = external global [2 x i8]
41 define void @t2(%struct.comment* %vc, i8* %tag, i8* %contents) {
42 ; CHECK-LABEL: t2:
46 ; CHECK: mov r[[R0:[0-9]+]], sp
[all …]
/minix3/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dnetpgpverify.135 .Op Fl S Ar ssh-pub-key-file
43 It is designed to be simple and standalone; no external libraries, except
60 Digitally-signed information can be fed to
67 Text documents modify the contents to add different line-ending
100 with a hexadecimal dump of the first part of the contents of each
111 This ssh-key-based signature can be created using the
127 .Bd -literal
128 % netpgpverify -k pubring.gpg NetBSD-6.0_RC1_hashes.asc
129 Good signature for NetBSD-6.0_RC1_hashes.asc made Thu Aug 23 11:47:50 2012
130 signature 4096/RSA (Encrypt or Sign) 064973ac4c4a706e 2009-06-23
[all …]
/minix3/external/bsd/llvm/dist/llvm/docs/tutorial/
H A Dindex.rst2 LLVM Tutorial: Table of Contents
25 External Tutorials
29 A step-by-step tutorial for developing an LLVM backend. Under
37 …ting LLVM Integrated Assembler`: http://www.embecosm.com/appnotes/ean10/ean10-howto-llvmas-1.0.html
42 #. `Writing an Optimization for LLVM <http://llvm.org/pubs/2004-09-22-LCPCLLVMTutorial.html>`_
/minix3/external/bsd/llvm/dist/llvm/bindings/python/llvm/
H A Dobject.py1 #===- object.py - Python Object Bindings --------------------*- python -*--===#
8 #===------------------------------------------------------------------------===#
22 -----
33 ------------------
103 def __init__(self, filename=None, contents=None): argument
107 contents can be either a native Python buffer type (like str) or a
110 if contents:
111 assert isinstance(contents, MemoryBuffer)
114 contents = MemoryBuffer(filename=filename)
116 if contents is None:
[all …]

12345678910>>...13