HomeSort by relevance Sort by last modified time
    Searched refs:Function (Results 1 - 25 of 6823) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/slang/StripUnkAttr/
strip_unknown_attributes.h 18 class Function;
23 // Remove any readnone/readonly attributes from function parameters,
27 // other than function attributes, so it will fail verification otherwise.
31 // Similarly, older LLVM versions don't support argmemonly as a function
34 bool stripUnknownAttributes(llvm::Function &F);
  /external/parameter-framework/asio-1.10.6/include/asio/
handler_invoke_hook.hpp 23 * @brief Default invoke function for handlers.
37 * hooking function ensures that the invoked method used for the final handler
43 * This default implementation invokes the function object like so:
44 * @code function(); @endcode
45 * If necessary, the default implementation makes a copy of the function object
52 * template <typename Function>
53 * void asio_handler_invoke(Function function, my_handler* context)
55 * context->strand_.dispatch(function);
61 /// Default handler invocation hook used for non-const function objects
    [all...]
  /external/llvm/include/llvm/Transforms/Scalar/
GuardWidening.h 24 class Function;
27 PreservedAnalyses run(Function &F, AnalysisManager<Function> &AM);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
ValueLatticeUtils.h 11 // that propagate values across function boundaries.
20 class Function;
23 /// Determine if the values of the given function's arguments can be tracked
24 /// interprocedurally. The value of an argument can be tracked if the function
26 bool canTrackArgumentsInterprocedurally(Function *F);
28 /// Determine if the values of the given function's returns can be tracked
29 /// interprocedurally. Return values can be tracked if the function has an
32 bool canTrackReturnsInterprocedurally(Function *F);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
ValueLatticeUtils.h 11 // that propagate values across function boundaries.
20 class Function;
23 /// Determine if the values of the given function's arguments can be tracked
24 /// interprocedurally. The value of an argument can be tracked if the function
26 bool canTrackArgumentsInterprocedurally(Function *F);
28 /// Determine if the values of the given function's returns can be tracked
29 /// interprocedurally. Return values can be tracked if the function has an
32 bool canTrackReturnsInterprocedurally(Function *F);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
ValueLatticeUtils.h 11 // that propagate values across function boundaries.
20 class Function;
23 /// Determine if the values of the given function's arguments can be tracked
24 /// interprocedurally. The value of an argument can be tracked if the function
26 bool canTrackArgumentsInterprocedurally(Function *F);
28 /// Determine if the values of the given function's returns can be tracked
29 /// interprocedurally. Return values can be tracked if the function has an
32 bool canTrackReturnsInterprocedurally(Function *F);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
ValueLatticeUtils.h 11 // that propagate values across function boundaries.
20 class Function;
23 /// Determine if the values of the given function's arguments can be tracked
24 /// interprocedurally. The value of an argument can be tracked if the function
26 bool canTrackArgumentsInterprocedurally(Function *F);
28 /// Determine if the values of the given function's returns can be tracked
29 /// interprocedurally. Return values can be tracked if the function has an
32 bool canTrackReturnsInterprocedurally(Function *F);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
ValueLatticeUtils.h 11 // that propagate values across function boundaries.
20 class Function;
23 /// Determine if the values of the given function's arguments can be tracked
24 /// interprocedurally. The value of an argument can be tracked if the function
26 bool canTrackArgumentsInterprocedurally(Function *F);
28 /// Determine if the values of the given function's returns can be tracked
29 /// interprocedurally. Return values can be tracked if the function has an
32 bool canTrackReturnsInterprocedurally(Function *F);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
ValueLatticeUtils.h 11 // that propagate values across function boundaries.
20 class Function;
23 /// Determine if the values of the given function's arguments can be tracked
24 /// interprocedurally. The value of an argument can be tracked if the function
26 bool canTrackArgumentsInterprocedurally(Function *F);
28 /// Determine if the values of the given function's returns can be tracked
29 /// interprocedurally. Return values can be tracked if the function has an
32 bool canTrackReturnsInterprocedurally(Function *F);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
ValueLatticeUtils.h 11 // that propagate values across function boundaries.
20 class Function;
23 /// Determine if the values of the given function's arguments can be tracked
24 /// interprocedurally. The value of an argument can be tracked if the function
26 bool canTrackArgumentsInterprocedurally(Function *F);
28 /// Determine if the values of the given function's returns can be tracked
29 /// interprocedurally. Return values can be tracked if the function has an
32 bool canTrackReturnsInterprocedurally(Function *F);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
ValueLatticeUtils.h 11 // that propagate values across function boundaries.
20 class Function;
23 /// Determine if the values of the given function's arguments can be tracked
24 /// interprocedurally. The value of an argument can be tracked if the function
26 bool canTrackArgumentsInterprocedurally(Function *F);
28 /// Determine if the values of the given function's returns can be tracked
29 /// interprocedurally. Return values can be tracked if the function has an
32 bool canTrackReturnsInterprocedurally(Function *F);
  /external/clang/test/PCH/
typo.cpp 12 Function<int(int)> f;
13 // expected-error@-1{{no template named 'Function'; did you mean 'boost::function'?}}
14 // expected-note@Inputs/typo.hpp:2{{'boost::function' declared here}}
  /external/libcxxabi/test/
catch_function_02.pass.cpp 19 typedef void Function();
25 catch (Function b) // equivalent to void (*)()
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
SafepointIRVerifier.h 24 class Function;
27 /// Run the safepoint verifier over a single function. Crashes on failure.
28 void verifySafepointIR(Function &F);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
SafepointIRVerifier.h 24 class Function;
27 /// Run the safepoint verifier over a single function. Crashes on failure.
28 void verifySafepointIR(Function &F);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
SafepointIRVerifier.h 24 class Function;
27 /// Run the safepoint verifier over a single function. Crashes on failure.
28 void verifySafepointIR(Function &F);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
SafepointIRVerifier.h 24 class Function;
27 /// Run the safepoint verifier over a single function. Crashes on failure.
28 void verifySafepointIR(Function &F);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
SafepointIRVerifier.h 24 class Function;
27 /// Run the safepoint verifier over a single function. Crashes on failure.
28 void verifySafepointIR(Function &F);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
SafepointIRVerifier.h 24 class Function;
27 /// Run the safepoint verifier over a single function. Crashes on failure.
28 void verifySafepointIR(Function &F);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
SafepointIRVerifier.h 24 class Function;
27 /// Run the safepoint verifier over a single function. Crashes on failure.
28 void verifySafepointIR(Function &F);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
SafepointIRVerifier.h 24 class Function;
27 /// Run the safepoint verifier over a single function. Crashes on failure.
28 void verifySafepointIR(Function &F);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/
catch_function_02.pass.cpp 19 typedef void Function();
25 catch (Function b) // equivalent to void (*)()
  /external/swiftshader/third_party/LLVM/include/llvm/
AutoUpgrade.h 20 class Function;
23 /// This is a more granular function that simply checks an intrinsic function
25 /// null in NewFn if the all calls to the original intrinsic function
26 /// should be transformed to non-function-call instructions.
27 bool UpgradeIntrinsicFunction(Function *F, Function *&NewFn);
30 /// intrinsic function with a call to the specified new function.
31 void UpgradeIntrinsicCall(CallInst *CI, Function *NewFn)
    [all...]
  /external/llvm/lib/IR/
PassManager.cpp 19 template class PassManager<Function>;
21 template class AnalysisManager<Function>;
23 template class OuterAnalysisManagerProxy<ModuleAnalysisManager, Function>;
  /external/llvm/tools/llvm-cov/
CoverageFilters.cpp 1 //===- CoverageFilters.cpp - Function coverage mapping filters ------------===//
10 // These classes provide filtering for function coverage mapping records.
20 bool NameCoverageFilter::matches(const coverage::FunctionRecord &Function) {
21 StringRef FuncName = Function.Name;
26 NameRegexCoverageFilter::matches(const coverage::FunctionRecord &Function) {
27 return llvm::Regex(Regex).match(Function.Name);
30 bool RegionCoverageFilter::matches(const coverage::FunctionRecord &Function) {
31 return PassesThreshold(FunctionCoverageSummary::get(Function)
35 bool LineCoverageFilter::matches(const coverage::FunctionRecord &Function) {
37 FunctionCoverageSummary::get(Function).LineCoverage.getPercentCovered())
    [all...]

Completed in 1105 milliseconds

1 2 3 4 5 6 7 8 91011>>