HomeSort by: relevance | last modified time | path
    Searched defs:targets (Results 1 - 25 of 88) sorted by relevancy

1 2 3 4

  /src/usr.bin/make/unit-tests/
deptgt.mk 3 # Tests for special targets like .BEGIN or .SUFFIXES in dependency
8 # Just in case anyone tries to compile several special targets in a single
13 # The following lines demonstrate how 'targets' is set and reset during
17 # FinishDependencyGroup at "targets = NULL"
18 # Parse_File at "Lst_Free(targets)"
19 # Parse_File at "targets = Lst_New()"
20 # ParseLine_ShellCommand at "targets == NULL"
23 # parse.c:targets
25 target1 target2: sources # targets := [target1, target2] macro
26 : command1 # targets == [target1, target2 macro
27 : command2 # targets == [target1, target2] macro
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Basic/
Targets.h 1 //===------- Targets.h - Declare target feature support ---------*- C++ -*-===//
10 // from a target triple. Typically individual targets will need to include from
24 namespace targets { namespace in namespace:clang
44 } // namespace targets
Targets.cpp 1 //===--- Targets.cpp - Implement target feature support -------------------===//
14 #include "Targets.h"
16 #include "Targets/AArch64.h"
17 #include "Targets/AMDGPU.h"
18 #include "Targets/ARC.h"
19 #include "Targets/ARM.h"
20 #include "Targets/AVR.h"
21 #include "Targets/BPF.h"
22 #include "Targets/Hexagon.h"
23 #include "Targets/Lanai.h
48 namespace targets { namespace in namespace:clang
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
Le64.h 22 namespace targets { namespace in namespace:clang
60 } // namespace targets
ARC.h 22 namespace targets { namespace in namespace:clang
72 } // namespace targets
BPF.h 22 namespace targets { namespace in namespace:clang
116 } // namespace targets
MSP430.h 22 namespace targets { namespace in namespace:clang
101 } // namespace targets
OSTargets.cpp 17 using namespace clang::targets;
20 namespace targets { namespace in namespace:clang
216 } // namespace targets
PNaCl.h 23 namespace targets { namespace in namespace:clang
85 } // namespace targets
TCE.h 22 namespace targets { namespace in namespace:clang
130 } // namespace targets
XCore.h 22 namespace targets { namespace in namespace:clang
81 } // namespace targets
AVR.h 22 namespace targets { namespace in namespace:clang
182 } // namespace targets
SPIR.h 22 namespace targets { namespace in namespace:clang
185 } // namespace targets
VE.h 22 namespace targets { namespace in namespace:clang
174 } // namespace targets
AVR.cpp 18 using namespace clang::targets;
21 namespace targets { namespace in namespace:clang
279 } // namespace targets
Hexagon.h 22 namespace targets { namespace in namespace:clang
144 } // namespace targets
Lanai.h 22 namespace targets { namespace in namespace:clang
92 } // namespace targets
M68k.cpp 1 //===--- M68k.cpp - Implement M68k targets feature support-------------===//
26 namespace targets { namespace in namespace:clang
211 } // namespace targets
M68k.h 23 namespace targets { namespace in namespace:clang
55 } // namespace targets
NVPTX.h 23 namespace targets { namespace in namespace:clang
175 } // namespace targets
SystemZ.h 22 namespace targets { namespace in namespace:clang
165 } // namespace targets
  /src/external/apache2/llvm/dist/llvm/lib/TextAPI/
Symbol.cpp 49 Symbol::targets(ArchitectureSet Architectures) const { function in class:llvm::MachO::Symbol
54 return make_filter_range(Targets, FN);
  /src/external/bsd/ntp/dist/sntp/unity/auto/
unity_test_summary.py 23 for target in self.targets:
69 self.targets = target_array
120 targets = list(map(lambda x: x.replace('\\', '/'), glob(targets_dir + '*.test*'))) variable in class:UnityTestSummary
121 if len(targets) == 0:
123 uts.set_targets(targets)
  /src/external/gpl3/binutils/dist/binutils/
bfdtest2.c 59 char** targets = NULL; local
61 if (bfd_check_format_matches (abfd, format, &targets))
64 if (targets)
66 bfd_find_target (targets[0], abfd);
  /src/external/gpl3/binutils.old/dist/binutils/
bfdtest2.c 59 char** targets = NULL; local
61 if (bfd_check_format_matches (abfd, format, &targets))
64 if (targets)
66 bfd_find_target (targets[0], abfd);

Completed in 42 milliseconds

1 2 3 4