Searched defs:Function (Results 1 - 7 of 7) sorted by relevance

/frameworks/rs/api/
H A DSpecification.cpp320 Function::Function(const string& name) : Definition(name) { function in class:Function
324 Function::~Function() {
330 bool Function::someParametersAreDocumented() const {
339 void Function::addParameter(ParameterEntry* entry, Scanner* scanner) {
354 void Function::addReturn(ParameterEntry* entry, Scanner* scanner) {
495 void FunctionSpecification::createPermutations(Function* function, Scanner* scanner) {
618 Function* function = systemSpecification.findOrCreateFunction(name, &created);
703 FunctionPermutation::FunctionPermutation(Function* fun
[all...]
H A DSpecification.h31 class Function;
220 class Function : public Definition { class in inherits:Definition
232 Function(const std::string& name);
233 ~Function();
336 Function* mFunction; // Not owned
356 std::string mAttribute; // Function attributes.
375 * The related Function object contains the name of the function without #n, e.g. convert.
401 void createPermutations(Function* function, Scanner* scanner);
404 FunctionSpecification(Function* function) : mFunction(function), mInternal(false),
408 Function* getFunctio
[all...]
/frameworks/compile/libbcc/bcinfo/
H A DMetadataExtractor.cpp32 #include "llvm/IR/Function.h"
380 uint32_t MetadataExtractor::calculateNumInputs(const llvm::Function *Function, argument
392 Function->getReturnType()->isVoidTy();
394 return Function->arg_size() - OtherCount;
465 llvm::Function *Func =
533 llvm::Function *Func =
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h52 Function = 2, enumerator in enum:mcld::ResolveInfo::Type
245 static const uint32_t function_flag = Function << TYPE_OFFSET;
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSKernelExpand.cpp26 #include <llvm/IR/Function.h>
34 #include <llvm/IR/Function.h>
75 typedef std::unordered_set<llvm::Function *> FunctionSet;
121 uint32_t getRootSignature(llvm::Function *Function) { argument
127 for (llvm::Function::arg_iterator B = Function->arg_begin(),
128 E = Function->arg_end();
318 llvm::Function *createEmptyExpandedForEachKernel(llvm::StringRef OldName) {
319 llvm::Function *ExpandedFunctio
754 ExpandOldStyleForEach(llvm::Function *Function, uint32_t Signature) argument
895 ExpandForEach(llvm::Function *Function, uint32_t Signature) argument
1310 llvm::Function *Function = Module.getFunction(FI); local
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 868 milliseconds