HomeSort by relevance Sort by last modified time
    Searched refs:Arguments (Results 101 - 125 of 419) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Function.h 13 // A function basically consists of a list of basic blocks, a list of arguments,
63 mutable Argument *Arguments; ///< The formal arguments
139 /// arguments.
355 /// on its arguments.
371 /// either inaccessible from the IR or pointed to by its arguments.
508 /// Steal arguments from another function.
510 /// Drop this function's arguments and splice in the ones from \c Src.
557 return Arguments;
561 return Arguments;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Function.h 13 // A function basically consists of a list of basic blocks, a list of arguments,
63 mutable Argument *Arguments; ///< The formal arguments
139 /// arguments.
355 /// on its arguments.
371 /// either inaccessible from the IR or pointed to by its arguments.
508 /// Steal arguments from another function.
510 /// Drop this function's arguments and splice in the ones from \c Src.
557 return Arguments;
561 return Arguments;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Function.h 13 // A function basically consists of a list of basic blocks, a list of arguments,
63 mutable Argument *Arguments; ///< The formal arguments
139 /// arguments.
355 /// on its arguments.
371 /// either inaccessible from the IR or pointed to by its arguments.
508 /// Steal arguments from another function.
510 /// Drop this function's arguments and splice in the ones from \c Src.
557 return Arguments;
561 return Arguments;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Function.h 13 // A function basically consists of a list of basic blocks, a list of arguments,
63 mutable Argument *Arguments; ///< The formal arguments
139 /// arguments.
355 /// on its arguments.
371 /// either inaccessible from the IR or pointed to by its arguments.
508 /// Steal arguments from another function.
510 /// Drop this function's arguments and splice in the ones from \c Src.
557 return Arguments;
561 return Arguments;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Function.h 13 // A function basically consists of a list of basic blocks, a list of arguments,
63 mutable Argument *Arguments; ///< The formal arguments
139 /// arguments.
355 /// on its arguments.
371 /// either inaccessible from the IR or pointed to by its arguments.
508 /// Steal arguments from another function.
510 /// Drop this function's arguments and splice in the ones from \c Src.
557 return Arguments;
561 return Arguments;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Function.h 13 // A function basically consists of a list of basic blocks, a list of arguments,
63 mutable Argument *Arguments; ///< The formal arguments
139 /// arguments.
355 /// on its arguments.
371 /// either inaccessible from the IR or pointed to by its arguments.
508 /// Steal arguments from another function.
510 /// Drop this function's arguments and splice in the ones from \c Src.
557 return Arguments;
561 return Arguments;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Function.h 13 // A function basically consists of a list of basic blocks, a list of arguments,
63 mutable Argument *Arguments; ///< The formal arguments
139 /// arguments.
355 /// on its arguments.
371 /// either inaccessible from the IR or pointed to by its arguments.
508 /// Steal arguments from another function.
510 /// Drop this function's arguments and splice in the ones from \c Src.
557 return Arguments;
561 return Arguments;
    [all...]
  /external/eigen/lapack/
clarft.f 23 * .. Scalar Arguments ..
27 * .. Array Arguments ..
55 * Arguments:
171 * .. Scalar Arguments ..
175 * .. Array Arguments ..
dlarft.f 23 * .. Scalar Arguments ..
27 * .. Array Arguments ..
55 * Arguments:
171 * .. Scalar Arguments ..
175 * .. Array Arguments ..
slarft.f 23 * .. Scalar Arguments ..
27 * .. Array Arguments ..
55 * Arguments:
171 * .. Scalar Arguments ..
175 * .. Array Arguments ..
zlarft.f 23 * .. Scalar Arguments ..
27 * .. Array Arguments ..
55 * Arguments:
171 * .. Scalar Arguments ..
175 * .. Array Arguments ..
dlamch.f 22 * Arguments:
71 * .. Scalar Arguments ..
174 * .. Scalar Arguments ..
  /build/soong/ui/logger/
logger.go 45 // Arguments to Print are handled in the manner of fmt.Print.
47 // Arguments to Printf are handled in the manner of fmt.Printf
49 // Arguments to Println are handled in the manner of fmt.Println
218 // Arguments are handled in the manner of fmt.Print.
225 // Arguments are handled in the manner of fmt.Printf.
232 // Arguments are handled in the manner of fmt.Println.
  /external/clang/lib/Tooling/
JSONCompilationDatabase.cpp 27 /// \brief A parser for escaped strings of command line arguments.
29 /// Assumes \-escaping for quoted arguments (see the documentation of
219 std::vector<std::string> Arguments;
221 Arguments.push_back(Node->getValue(Storage));
223 return Arguments;
282 if (KeyValue == "arguments" && !SequenceString) {
285 } else if (KeyValue != "arguments" && !ValueString) {
291 } else if (KeyValue == "arguments") {
296 ErrorMessage = "Only strings are allowed in 'arguments'.";
317 ErrorMessage = "Missing key: \"command\" or \"arguments\"."
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/
LinuxLoader.h 126 @param Parameters Linux kernel arguments
150 @param[in] Arguments Linux kernel arguments
163 IN CONST CHAR8* Arguments
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 64 ArrayRef<const Value *> Arguments) const {
65 int Cost = TTIImpl->getCallCost(F, Arguments);
80 Intrinsic::ID IID, Type *RetTy, ArrayRef<const Value *> Arguments) const {
81 int Cost = TTIImpl->getIntrinsicCost(IID, RetTy, Arguments);
  /external/llvm/utils/
findmisopt 28 # is a single argument containing all the arguments the program needs
78 opt_switches=`llvm-as < /dev/null -o - | opt -O3 -disable-output -debug-pass=Arguments 2>&1 | sed 's/Pass Arguments: //'`
  /dalvik/dx/src/com/android/dx/command/annotool/
AnnotationLister.java 36 * by the {@code Main.Arguments} instance.
46 private final Main.Arguments args;
54 AnnotationLister (Main.Arguments args) {
  /device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/AArch64/
LinuxStarter.c 148 @param Parameters Linux kernel arguments
178 @param[in] Arguments Linux kernel arguments
191 IN CONST CHAR8* Arguments
346 Status = PrepareFdt (SystemMemoryBase, Arguments, InitrdImage, InitrdImageSize, &FdtBlobBase, &FdtBlobSize);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
EfiCopyMemRep1.asm 42 ;Arguments:
GetPowerOfTwo.asm 40 ;Arguments:
LShiftU64.asm 42 ;Arguments:
Log2.asm 39 ;Arguments:
MultU64x32.asm 41 ;Arguments:
Power10U64.asm 48 ;Arguments:

Completed in 1044 milliseconds

1 2 3 45 6 7 8 91011>>